Skip to content

Commit

Permalink
Build Web
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mint committed Dec 27, 2022
1 parent 0a4363d commit d29b299
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildweb.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ GOOS=js GOARCH=wasm go build -o web/dist/app.wasm -v ./web/wasm
wasm-opt -Oz -o web/dist/app.min.wasm web/dist/app.wasm
go run ./web/uriencode application/wasm ./web/dist/app.min.wasm ./web/dist/app.wasm.datauri

go build ./web
go build -o ./web.exe ./web
Binary file modified web/dist/app.min.wasm
Binary file not shown.
Binary file modified web/dist/app.wasm
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion web/dist/app.wasm.datauri

Large diffs are not rendered by default.

0 comments on commit d29b299

Please sign in to comment.