mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
4 lines
96 B
Bash
4 lines
96 B
Bash
rm -rf build/wasm/
|
|
mkdir -p build/wasm/
|
|
emcc src/main.cpp -fexceptions -o build/wasm/index.html
|