web_ffi icon indicating copy to clipboard operation
web_ffi copied to clipboard

Please use wasmExports instead of asm.

Open darkstarx opened this issue 1 year ago • 0 comments

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!

darkstarx avatar Nov 21 '23 13:11 darkstarx