Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 310 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 310 Bytes

This is just simple play around code, to learn what TinyGo can do with the html5 canvas at present. 😄

The running version of this is here:

    https://justinclift.github.io/tinygo_canvas2/

To compile the WebAssembly file:

$ tinygo build -target wasm -no-debug -o docs/wasm.wasm wasm.go