Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please use wasmExports instead of asm. #10

Open
darkstarx opened this issue Nov 21, 2023 · 0 comments
Open

Please use wasmExports instead of asm. #10

darkstarx opened this issue Nov 21, 2023 · 0 comments

Comments

@darkstarx
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant