File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55.PHONY : build
66build :
7- go run github.com/syumai/workers/cmd/workers-assets-gen@v0.22 .0
7+ go run github.com/syumai/workers/cmd/workers-assets-gen@v0.23 .0
88 tinygo build -o ./build/app.wasm -target wasm -no-debug ./...
99
1010.PHONY : deploy
Original file line number Diff line number Diff line change 44
55.PHONY : build
66build :
7- go run github.com/syumai/workers/cmd/workers-assets-gen@v0.22 .0 -mode=go
7+ go run github.com/syumai/workers/cmd/workers-assets-gen@v0.23 .0 -mode=go
88 GOOS=js GOARCH=wasm go build -o ./build/app.wasm .
99
1010.PHONY : deploy
Original file line number Diff line number Diff line change 44
55.PHONY : build
66build :
7- go run github.com/syumai/workers/cmd/workers-assets-gen@v0.22 .0
7+ go run github.com/syumai/workers/cmd/workers-assets-gen@v0.23 .0
88 tinygo build -o ./build/app.wasm -target wasm -no-debug ./...
99
1010.PHONY : deploy
You can’t perform that action at this time.
0 commit comments