Avoid reinstatiation of public API in worker. Bump emscripten 3.1.68 & fix previous size regression

This commit is contained in:
msqr1
2024-10-01 10:51:58 -07:00
parent b440373845
commit da3c7a269a
7 changed files with 15 additions and 11 deletions

4
test
View File

@@ -24,8 +24,8 @@ if [ "$EMSDK" = emsdk ] && [ ! -d "$EMSDK" ]; then
echo "Installing emsdk + Emscripten..."
git clone --depth=1 https://github.com/emscripten-core/emsdk.git ../emsdk &&
cd ../emsdk &&
./emsdk install 3.1.67 &&
./emsdk activate 3.1.67
./emsdk install 3.1.68 &&
./emsdk activate 3.1.68
fi
. $(realpath "$EMSDK")/emsdk_env.sh &&
export PATH=:$PATH:$(realpath "$EMSDK")/upstream/bin