# https://pypi.org/project/codespell % `codespell` ``` ./emsdk.py:1459: thier ==> their ./test/test.bat:1: equivilent ==> equivalent ./test/test.py:198: Specificlly ==> Specifically ./scripts/update_bazel_workspace.py:2: revisons ==> revisions ./scripts/update_node.py:11: direcotry ==> directory ./bazel/emscripten_toolchain/BUILD.bazel:57: implictly ==> implicitly ./docker/Dockerfile:87: terninal ==> terminal ```
8 lines
214 B
Batchfile
Executable File
8 lines
214 B
Batchfile
Executable 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
|