Skip to content

Exception while running emscripten_wget_data method with ASYNCIFY under nodejs #11894

@nikhilso

Description

@nikhilso

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions