Rebuild JS/WASM with typo fix

This commit is contained in:
Geraint 2025-02-12 10:13:06 +00:00
parent 899dde429a
commit ffa45981be
4 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,8 @@ if ! test -d "${EMSDK_DIR}"
then
echo "SDK not found - cloning from Github"
git clone https://github.com/emscripten-core/emsdk.git "${EMSDK_DIR}"
cd "${EMSDK_DIR}" && git pull && ./emsdk install latest && ./emsdk activate latest
pushd "${EMSDK_DIR}" && git pull && ./emsdk install latest && ./emsdk activate latest
popd
fi
EMSDK_QUIET=1 . "${EMSDK_DIR}/emsdk_env.sh" \
&& emcc --check \

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long