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
Would it be possible to provide an example using a local .wasm file instead of retrieving one with axios? I'm having trouble setting up a test project with a local .wasm file and was wondering if it's possible or if axios is actually necessary.
The text was updated successfully, but these errors were encountered:
I've released the ability to import local WebAssembly files as part of Release 0.2.5, so you'll need to update to the latest version of react-native-webassembly. The included example in the repository now shows how to configure a target project to enable local file resolution; check out this commit for a comprehensive example.
Apologies for the turnaround time, hope this didn't block you too badly.
Good luck! If you encounter any issues, please let me know!
Would it be possible to provide an example using a local
.wasm
file instead of retrieving one with axios? I'm having trouble setting up a test project with a local.wasm
file and was wondering if it's possible or if axios is actually necessary.The text was updated successfully, but these errors were encountered: