pocketlang/docs/build.bat
Thakee Nathees 0c22a4d8e8 builtin function refactored.
- try now page won't crash anymore for core initialization.
2021-05-15 14:59:44 +05:30

14 lines
179 B
Batchfile

:: A convinent batch script to compile wasm
:: generate pages and run the local server.
cd try
call emsdk_env
python compile.py
cd ..
python generate.py local
cd build
server