Files
2026-07-27 18:00:22 +01:00

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