-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error on Node.js 18 #5
Comments
This is an bug emscripten-core/emscripten#16913, caused by Node adding WebAssembly.instantiateStreaming in version 18. I'm sure either emscripten or node will come up with a real solution to this at some point (there's a PR emscripten-core/emscripten#16917), but in the mean time you can work around this by invoking node with --no-experimental-fetch. |
I have encountered exact same issue on Node v18.7.0. Downdrading to v16.18.0 solves the issue. |
It is very frustrating, at least it would be great if some error message will be added for users who want to compile it on node 18. |
@manylov @arterialist do |
I ran the examples and this is the result. My system is arch linux.
The text was updated successfully, but these errors were encountered: