Bump emscripten to 3.1.69

This commit is contained in:
msqr1
2024-10-11 23:43:49 -07:00
parent 2219fde8d0
commit bf515e53e3
6 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -24,8 +24,8 @@ if [ "$EMSDK" = ../emsdk ] && [ ! -d "$EMSDK" ]; then
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.68 && ./emsdk install 3.1.69 &&
./emsdk activate 3.1.68 ./emsdk activate 3.1.69
fi fi
. $(realpath "$EMSDK")/emsdk_env.sh && . $(realpath "$EMSDK")/emsdk_env.sh &&
export PATH=:$PATH:$(realpath "$EMSDK")/upstream/bin && export PATH=:$PATH:$(realpath "$EMSDK")/upstream/bin &&

4
test
View File

@@ -24,8 +24,8 @@ if [ "$EMSDK" = emsdk ] && [ ! -d "$EMSDK" ]; then
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.68 && ./emsdk install 3.1.69 &&
./emsdk activate 3.1.68 ./emsdk activate 3.1.69
fi fi
. $(realpath "$EMSDK")/emsdk_env.sh && . $(realpath "$EMSDK")/emsdk_env.sh &&
export PATH=:$PATH:$(realpath "$EMSDK")/upstream/bin export PATH=:$PATH:$(realpath "$EMSDK")/upstream/bin