You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to compile a wasm file, compile from rust code, in the RN project . Currently there has no third party js library could solve my problem. So I prefer to use native tool to provide WebAssembly functions.
The text was updated successfully, but these errors were encountered:
@jaimecbernardo thanks for you help. !defined(DISABLE_JIT) may means this issue can not be solved in a short time (#180). I would try to compile the rust module to dynamic library and encapsulate the apis by RN tools
I need to compile a wasm file, compile from rust code, in the RN project . Currently there has no third party js library could solve my problem. So I prefer to use native tool to provide WebAssembly functions.
The text was updated successfully, but these errors were encountered: