Material for the "Tour of Go and WASM" talk.
- hello: simple hello world example
- photo-search: An interactive photo search using imgur's API
- tinygo-timestamp: Display the current timestamp, compiled with tinygo
- vuejs: Instanciate a
Vue
object - wat: A minimal WAT (WebAssembly text format) example
docker-compose up
And then go to http://localhost:8888
- WebAssembly on the Go Wiki
- go-wasm-obj-analyser (binary size analyser)
- Wasmer
- Wasmer Go library
- WebAssembly Binary Toolkit (WABT)
- Vugu