-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting memory as [] instead of Memory instance #24
Comments
Hey @ieow thanks for raising. Can you provide some example code so I could check this out? Sounds like the buffer is likely not being initialized or exported correctly. Hard to say without more details. |
I am trying to load this library code to load it
|
@ieow Thanks for sharing, I'll check this out. By the way, Torus is 🔥! |
Thanks for the efforts and compliment !!! |
@cawfree , just check out if you found the issue. https://rustwasm.github.io/wasm-bindgen/examples/import-js.html |
I am getting the memory as [] and memory.buffer as undefined when load in react-native (with react-native-webassembly).
I am able to get the memory as Memory instance on nodejs enviroment
I am not sure if the wasm I used is using multiple memory region.
would the multiple memory region causing this issue?
The text was updated successfully, but these errors were encountered: