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 inspected the bottom processFunction frame, which is how I found out what was the offending function and took the change to call dump on the body. I got this:
I tried to compile just that function (replacing gpointer with void*, and adding code to keep that function alive) but I don't see an error, with that command.
Can you provide the full files necessary to reproduce this crash? The intermediate .asm.js or bitcode file for example.
While trying to compile mono, emscripten + binaryen miscompiles the following function:
I'm using emsdk with the following installed:
I'm running the compiler this way:
It crashes when linking in asm2wasm with this assert:
I dug into binaryen and this was the backtrace:
I inspected the bottom processFunction frame, which is how I found out what was the offending function and took the change to call dump on the body. I got this:
The text was updated successfully, but these errors were encountered: