Open
Description
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?
Activity