Convert build scripts to Python #31

Merged
MartinFouilleul merged 24 commits from build-python into main 2023-08-08 09:38:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4b1649f8bb - Show all commits

2
samples/ui/build.sh Normal file → Executable file
View File

@ -24,4 +24,4 @@ wasmFlags="--target=wasm32 \
$CLANG $wasmFlags -o ./module.wasm ../../sdk/orca.c ../../cstdlib/src/*.c src/main.c
python3 ../../scripts/mkapp.py --orca-dir ../.. --name UI --resource-dir data module.wasm
orca bundle --orca-dir ../.. --name UI --resource-dir data module.wasm