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 a WebAssembly blob which includes a very large codebase, so while it's 6.6MB release small, it's >200MB in debug mode, which started triggering the following error in chromium:
RangeError: WebAssembly.Instance is disallowed on the main thread, if the buffer size is larger than 8MB. Use WebAssembly.instantiate, or use the flag `--enable-features=WebAssemblyUnlimitedSyncCompilation`.
Skimming the code, it looks like there's probably an option that can get around this, but I don't see anything in the documentation. How can I best get around this?
The text was updated successfully, but these errors were encountered:
I have a WebAssembly blob which includes a very large codebase, so while it's 6.6MB release small, it's >200MB in debug mode, which started triggering the following error in chromium:
With this stack:
Using
[email protected]
Skimming the code, it looks like there's probably an option that can get around this, but I don't see anything in the documentation. How can I best get around this?
The text was updated successfully, but these errors were encountered: