4 lines
123 B
Bash
4 lines
123 B
Bash
rm -rf ./out/*
|
|
cp -r ./template/web/* ./out
|
|
cp -r ./lib/js/* ./out
|
|
odin build template -target:js_wasm32 -out:out/game.wasm |