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'm currently working on bindings that manipulate large amounts of data, I've tried a lot of things but can't get the binaries generated by wasm-pack to allocate memory beyond 2GB (while chrome and node are able to run such binaries in theory).
💡 Feature description
I'm currently working on bindings that manipulate large amounts of data, I've tried a lot of things but can't get the binaries generated by wasm-pack to allocate memory beyond 2GB (while chrome and node are able to run such binaries in theory).
Emscripten seems to have supported this for a while https://v8.dev/blog/4gb-wasm-memory#trying-it-out
I could not find any relevant documentation or issues, so I'm opening one, if there are resources on the topic with a solution I'm a taker.
Cheers
The text was updated successfully, but these errors were encountered: