Skip to content

Commit

Permalink
update workers-assets-gen version
Browse files Browse the repository at this point in the history
  • Loading branch information
syumai committed Jan 24, 2024
1 parent 4b950e8 commit a02892a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _templates/cloudflare/pages-tinygo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dev:

.PHONY: build
build:
go run github.com/syumai/workers/cmd/[email protected].0
go run github.com/syumai/workers/cmd/[email protected].1
tinygo build -o ./build/app.wasm -target wasm -no-debug ./...

.PHONY: deploy
Expand Down
2 changes: 1 addition & 1 deletion _templates/cloudflare/worker-go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dev:

.PHONY: build
build:
go run github.com/syumai/workers/cmd/[email protected].0 -mode=go
go run github.com/syumai/workers/cmd/[email protected].1 -mode=go
GOOS=js GOARCH=wasm go build -o ./build/app.wasm .

.PHONY: deploy
Expand Down
2 changes: 1 addition & 1 deletion _templates/cloudflare/worker-tinygo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dev:

.PHONY: build
build:
go run github.com/syumai/workers/cmd/[email protected].0
go run github.com/syumai/workers/cmd/[email protected].1
tinygo build -o ./build/app.wasm -target wasm -no-debug ./...

.PHONY: deploy
Expand Down

0 comments on commit a02892a

Please sign in to comment.