Sign in
skia
/
external
/
github.com
/
emscripten-core
/
emsdk
/
ed2035a3cc85d3c87c99c017608c7cf0f984ec7c
/
.
/
test
/
test.bat
blob: c39bb3c19c9e188e7eb121d702a50e2a10e3cf7c [
file
]
::
equivalent 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