File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
source /emsdk-portable/emsdk_env.sh & > /dev/null
7
7
8
8
# 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 "
10
11
11
12
exec " $@ "
Original file line number Diff line number Diff line change 2
2
3
3
set -ex
4
4
5
- EMSDK_VERSION=1.39.19
5
+ EMSDK_VERSION=1.39.20
6
6
7
7
hide_output () {
8
8
set +x
23
23
24
24
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
25
25
cd /emsdk-portable
26
- # FIXME: switch to an upstream install once
27
- # https://github.com/rust-lang/rust/pull/63649 lands
28
26
hide_output ./emsdk install " ${EMSDK_VERSION} "
29
27
./emsdk activate " ${EMSDK_VERSION} "
30
28
@@ -39,6 +37,7 @@ rm -f a.*
39
37
chmod a+rxw -R /emsdk-portable
40
38
41
39
# node 8 is required to run wasm
40
+ # NOTE: Do not forget to sync Node.js version with `emscripten-entry.sh`!
42
41
cd /
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 | \
44
43
tar -xJ
You can’t perform that action at this time.
0 commit comments