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
asm is obsolete, please use wasmExports in the EmscriptenModule._fromJs. Of course, you can support legacy emscripten by writing Object? exports = module.wasmExports ?? module.asm;
Thanks!
The text was updated successfully, but these errors were encountered:
asm
is obsolete, please usewasmExports
in theEmscriptenModule._fromJs
. Of course, you can support legacy emscripten by writingObject? exports = module.wasmExports ?? module.asm;
Thanks!
The text was updated successfully, but these errors were encountered: