Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 171 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 171 Bytes

pong

wasm

  • runtime cp $(tinygo env TINYGOROOT)/targets/wasm_exec.js ./wasm/
  • build tinygo build -o ./wasm/pong.wasm -target wasm cmd/wasm/main.go