File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66source /emsdk-portable/emsdk_env.sh & > /dev/null
77
88# emsdk-portable provides a node binary, but we need version 8 to run wasm
9- export PATH=" /node-v12.16.2-linux-x64/bin:$PATH "
9+ # NOTE: Do not forget to sync Node.js version with `emscripten.sh`!
10+ export PATH=" /node-v12.18.3-linux-x64/bin:$PATH "
1011
1112exec " $@ "
Original file line number Diff line number Diff line change 22
33set -ex
44
5- EMSDK_VERSION=1.39.19
5+ EMSDK_VERSION=1.39.20
66
77hide_output () {
88 set +x
2323
2424git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
2525cd /emsdk-portable
26- # FIXME: switch to an upstream install once
27- # https://github.com/rust-lang/rust/pull/63649 lands
2826hide_output ./emsdk install " ${EMSDK_VERSION} "
2927./emsdk activate " ${EMSDK_VERSION} "
3028
@@ -39,6 +37,7 @@ rm -f a.*
3937chmod a+rxw -R /emsdk-portable
4038
4139# node 8 is required to run wasm
40+ # NOTE: Do not forget to sync Node.js version with `emscripten-entry.sh`!
4241cd /
43- curl --retry 5 -L https://nodejs.org/dist/v12.16.2 /node-v12.16.2 -linux-x64.tar.xz | \
42+ curl --retry 5 -L https://nodejs.org/dist/v12.18.3 /node-v12.18.3 -linux-x64.tar.xz | \
4443 tar -xJ
You can’t perform that action at this time.
0 commit comments