Bump emscripten to 3.1.69
This commit is contained in:
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
BIN
Vosklet.wasm
BIN
Vosklet.wasm
Binary file not shown.
4
src/make
4
src/make
@@ -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
4
test
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user