Update node version to 14.15.5 (latest TLS release) (#708)

See https://github.com/WebAssembly/binaryen/issues/3551
This commit is contained in:
Sam Clegg
2021-02-12 16:47:20 -08:00
committed by GitHub
parent 8b32b7def8
commit 9e96410d7f
5 changed files with 37 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
:: equivilent of test.sh as windows bat file
set PATH=%PATH%;%PYTHON_BIN%
@CALL emsdk install latest
@CALL emsdk activate latest
@CALL emsdk_env.bat
@CALL python -c "import sys; print(sys.executable)"
@CALL emcc.bat -v
CALL emsdk install latest
CALL emsdk activate latest
CALL emsdk_env.bat
CALL python -c "import sys; print(sys.executable)"
CALL emcc.bat -v