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 wasm file (compiled with emscripten) that instantiated with js code and I'm trying to do same thing with wazero and I'm stuck on part with new WebAssembly.Global(...)
Good day
I have wasm file (compiled with emscripten) that instantiated with js code and I'm trying to do same thing with wazero and I'm stuck on part with
new WebAssembly.Global(...)
I do not have problems with functions like
_emscripten_get_now_is_monotonic
I can add them like thisbut how to add Global instead of function?
The text was updated successfully, but these errors were encountered: