blob: 1a71af81ad165c97cc5133c6a1ac57018c300338 [file]
:: equivalent of test.sh as windows bat file
CALL emsdk install latest
CALL emsdk activate latest
CALL emsdk_env.bat
CALL python -c "import sys; print(sys.executable)"
CALL emcc -v