tinygo_canvas2 icon indicating copy to clipboard operation
tinygo_canvas2 copied to clipboard

Mucking around with TinyGo and WebAssembly

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

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