Skip to content

WebAssembly

Hajime Hoshi edited this page Jun 27, 2018 · 28 revisions

This document is TBD. Write about Go 1.11 beta.

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/neelance/go/tree/wasm-wip/misc/wasm

TBD

Clone this wiki locally