mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 12:46:53 +08:00
14 lines
179 B
Batchfile
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
|