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 have compiled my wasm with the incoming branch and I have not set TOTAL_MEMORY (so the default is 16MB, I guess).
Loading my wasm works nicely in Chrome and Firefox. However, for large programs I get the familiar "Cannot enlarge memory arrays." error message. With Javascript, I fix this my adding total memory to my module:
This issue has been automatically marked as stale because there has been no activity in the past 2 years. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.
I have compiled my wasm with the incoming branch and I have not set TOTAL_MEMORY (so the default is 16MB, I guess).
Loading my wasm works nicely in Chrome and Firefox. However, for large programs I get the familiar "Cannot enlarge memory arrays." error message. With Javascript, I fix this my adding total memory to my module:
But when using wasm I get the following error message:
So I cannot set Module.TOTAL_MEMORY when using wasm, even though the error message after "Cannot enlarge memory arrays." suggests that as an option.
The text was updated successfully, but these errors were encountered: