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;
asmis obsolete, please usewasmExportsin theEmscriptenModule._fromJs. Of course, you can support legacy emscripten by writingObject? exports = module.wasmExports ?? module.asm;Thanks!