-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
How update emcc version ? #5102
Comments
I'm not sure if it will resolve your issue, but in case you just want to try to compile with the new version of Emscripten, for now you can install the |
One comment (#1) and a question (#2) ... #1 Similar problem. I wrote a big program that works fine with Firefox 53.0. Doens't work on chrome. It fails with Chrome (Google Chrome 58.0.3029.81 (Official Build) (64-bit) emcc is from ( JUJ, not kripken )version is: Error message in "console" is ... #2 |
Follow up on "failed to compile wasm module: RangeError: WebAssembly.Module(): Wasm compilation exceeds internal limits in this context for the provided arguments" in Chrome ( but works in Firefox). |
The "wasm compilation exceeds internal limits" error doesn't have anything to do with the total memory size; it's because of the use of the synchronous ( |
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 use emcc version 1.37.0 and try to complie webassemby and get error
in chrome
"failed to compile wasm module: RangeError: WebAssembly.Module(): Wasm compilation exceeds internal limits in this context for the provided arguments"
in firefox
"failed to compile wasm module: CompileError: at offset 8: binary version 0xd does not match expected version 0x1"
my friend use emcc version 1.37.5. It works complie native wasm.
Can you help me ?
The text was updated successfully, but these errors were encountered: