We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c1908 commit 318ab29Copy full SHA for 318ab29
Makefile
@@ -10,7 +10,7 @@ generate:
10
build: generate
11
go run github.com/syumai/workers/cmd/workers-assets-gen@latest
12
# tinygo build -target wasm -o ./build/app.wasm
13
- tinygo build -target wasm -o ./build/app.wasm -no-debug -panic=trap
+ tinygo build -target wasm -o ./build/app.wasm -no-debug -panic=trap -gc=leaking
14
# GOOS=js GOARCH=wasm go build -o ./build/app.wasm
15
16
.PHONY: deploy
0 commit comments