Skip to content

WebAssembly

Hajime Hoshi edited this page May 14, 2018 · 28 revisions

Get the latest Go

  1. Checkout neelance's wasm-wip branch of the Go compiler
  2. Compile the compiler by running ./all.bash

After that, use the compiled go binary.

Get the template HTML

https://github.com/golang/go/tree/master/misc/wasm

TBD

Clone this wiki locally