mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 04:37:47 +08:00
0c22a4d8e8
- try now page won't crash anymore for core initialization.
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
|