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 WASM binary using Emscripten (UpStream) 1.39.13 SDK. I use ASYNCIFY option with emscripten_wget_data method. My WASM is running under nodejs. But when i run the script it gives me following error.
ASYNCIFY: start unwind 5877656
ASYNCIFY: try asyncify_start_unwind
ASYNCIFY: finally asyncify_start_unwind
ASYNCIFY: finally dynCall_iii
ASYNCIFY: finally main
ASYNCIFY: stop unwind
ASYNCIFY: try asyncify_stop_unwind
ASYNCIFY: finally asyncify_stop_unwind
exception thrown: import emscripten_asm_const_iii was not in ASYNCIFY_IMPORTS, but changed the state
Any help in debugging the problem
Where does import emscripten_asm_const_iii comes from?