-
Notifications
You must be signed in to change notification settings - Fork 744
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
Import wasm memory and table? #684
Comments
Similar logic motivates importing the table as well. |
This was done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 0xc the wasm memory can be imported. This is useful for
mergeMemory
hack we do (seesrc/js/wasm.js-post.js
).Practically speaking, this should just need a few changes in
src/js/wasm.js-post.js
and then forasm2wasm
ands2wasm
to emit modules that import instead of export memory.The text was updated successfully, but these errors were encountered: