pocketlang/docs/build.bat

14 lines
179 B
Batchfile
Raw Normal View History

:: 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