You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update default minimum Node.js version in generated JS to 16.0.0 (#19192)
This version of node supports wasm-bigint by default, so it will help #19156
Node 16 is over 2 years old, and the node website already provides newer versions
both for latest and for LTS.
This is possible after emscripten-core/emsdk#829 made
the emsdk install a 15.x version by default, and then
emscripten-core/emsdk#1232 switched to 16.x.
0 commit comments