7 lines
181 B
Batchfile
Executable File
7 lines
181 B
Batchfile
Executable 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
|