Bump emscripten version

This commit is contained in:
msqr1
2024-03-03 16:14:47 -08:00
parent 932fb6972a
commit c650bf4b12
2 changed files with 371 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -43,8 +43,8 @@ prepare:
echo "Installing emsdk + Emscripten..."; \ echo "Installing emsdk + Emscripten..."; \
git clone --depth=1 https://github.com/emscripten-core/emsdk.git ../emsdk && \ git clone --depth=1 https://github.com/emscripten-core/emsdk.git ../emsdk && \
cd ../emsdk && cd ../emsdk &&
./emsdk install 3.1.54 && \ ./emsdk install 3.1.56 && \
./emsdk activate 3.1.54; \ ./emsdk activate 3.1.56; \
. ./emsdk_env.sh && \ . ./emsdk_env.sh && \
export PATH=:$$PATH:$(realpath $(EMSDK))/upstream/bin && \ export PATH=:$$PATH:$(realpath $(EMSDK))/upstream/bin && \
cd ../src cd ../src