web_ffi
web_ffi copied to clipboard
Please use wasmExports instead of asm.
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!