-
Notifications
You must be signed in to change notification settings - Fork 73
Export emscripten_notify_memory_growth(). #288
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
Export emscripten_notify_memory_growth(). #288
Conversation
Signed-off-by: chaoqin-li1123 <chaoqinli@google.com>
Signed-off-by: chaoqin-li1123 <chaoqinli@google.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test (or at least verify manually that this allows the module requiring momory growth to load)?
Signed-off-by: chaoqin-li1123 <chaoqinli@google.com>
But IIUC, the wasm binary in this repo doesn't build with emscripten. |
Signed-off-by: chaoqin-li1123 <chaoqinli@google.com>
I have verified this manually, the input index should be 32bit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Signed-off-by: chaoqin-li1123 <chaoqinli@google.com>
Signed-off-by: chaoqin-li1123 chaoqinli@google.com