Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 160 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 160 Bytes

commands to build

GOOS=js GOARCH=wasm tinygo build -o main.wasm -target=wasm cmd/main.go
GOOS=js GOARCH=wasm go build -o main.wasm cmd/main.go