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
When trying to create a RoboStack-WASM environment, and only after installing wasm-cpp, I get this error in the JavaScript console:
index.js:47 Uncaught (in promise) LinkError: WebAssembly.instantiate(): Import #140 module="env" function="__asyncify_state": imported mutable global must be a WebAssembly.Global object
Hi @ihuicatl,
When trying to create a RoboStack-WASM environment, and only after installing wasm-cpp, I get this error in the JavaScript console:
index.js:47 Uncaught (in promise) LinkError: WebAssembly.instantiate(): Import #140 module="env" function="__asyncify_state": imported mutable global must be a WebAssembly.Global object
The recipe can be found at: https://github.com/mbatc/ros-humble/tree/mbatchelor/emscripten/additional_recipes/ros-humble-wasm-cpp
Do you have any idea what the underlying issue might be?
Thanks, Tobi
The text was updated successfully, but these errors were encountered: