File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ You'll also have to install `emscripten` (version 3.1.44 is known to work):
6969``` shell
7070git clone https://github.com/emscripten-core/emsdk.git
7171cd emsdk
72- ./emsdk install latest
73- ./emsdk activate latest
72+ ./emsdk install 3.1.44
73+ ./emsdk activate 3.1.44
7474export EMSCRIPTEN_BASE=$( pwd) /upstream/emscripten
7575```
7676
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ RUN curl -sL https://deb.nodesource.com/setup_18.x | bash && \
4040RUN cd /usr/share && \
4141 git clone https://github.com/emscripten-core/emsdk.git && \
4242 cd emsdk && \
43- ./emsdk install latest && \
44- ./emsdk activate latest && \
43+ ./emsdk install 3.1.44 && \
44+ ./emsdk activate 3.1.44 && \
4545 echo "#!/bin/bash" > /usr/bin/bashwrapper && \
4646 echo "export EMSCRIPTEN_BASE=/usr/share/emsdk/upstream/emscripten" >> /usr/bin/bashwrapper
4747
You can’t perform that action at this time.
0 commit comments