Sign in
dart
/
external
/
github.com
/
emscripten-core
/
emsdk
/
a620cf1d71c62dfdfbb0c01fe0a371e2af2dda6c
/
.
/
test
/
test.bat
blob: acdf4447bc88e3756925652a0ed4d18dfa715bad [
file
] [
log
] [
blame
]
::
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
.
bat
-
v