biyou / tinygo_canvas2

Mucking around with TinyGo and WebAssembly

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mucking around with TinyGo and WebAssembly

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%