-
Notifications
You must be signed in to change notification settings - Fork 706
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
Vendor more recent node version? #1064
Comments
This is a new problem that we have since we started passing |
Perhaps we could try to fix node? In node 14:
In node > 14:
|
|
Emsdk includes node v14.18 which is quite old. In particular, one annoying thing about it is that it requires the
--experimental-wasm-bigint
flag which is poorly documented (it doesn't appear innode --help
) and future versions of node error out if passed--experimental-wasm-bigint
so it's pretty hard to handle new and old nodes. Also, the error messagewasm function signature contains illegal type
has nothing that suggests it has anything to do with-sWASM_BIGINT
or with--experimental-wasm-bigint
or anything. This is wasting a fair amount of time for various people who are seeing this bug and having to investigate. I think it would help a lot to vendor a newer version, say v16.15 LTS.The text was updated successfully, but these errors were encountered: