Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
Signed-off-by: Flipez <code@brauser.io>
  • Loading branch information
Flipez committed Aug 23, 2022
1 parent 404814c commit e318858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/vercel.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
amazon-linux-extras install golang1.11
go build -tags wasm ../main.go -o main.wasm
go build -tags wasm -o main.wasm ../main.go

1 comment on commit e318858

@vercel
Copy link

@vercel vercel bot commented on e318858 Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.