When trying to wrap mnn-rs with async interfaces, the Interpreter fails to load models (returns null) specifically in release mode. This only occurs in async contexts - synchronous code works fine in both debug and release modes.
Create async function that loads MNN model
Build in release mode
Run - Interpreter is null
Same code works in debug mode or when using sync code
Has the development team encountered similar issues with async contexts in release mode? Any known workarounds or debugging suggestions?