Skip to content

Commit ab35525

Browse files
committed
test
1 parent 67f9d1d commit ab35525

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Compile.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
rm -f Res/Game.wasm
2+
cd Source
3+
GOOS=js GOARCH=wasm go build -o Game.wasm -v *.go
4+
mv Game.wasm ../Res/

Push.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
git add .
2+
git commit -m $1 $2
3+
git push origin main --force

Res/Game.wasm

-60 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)