Created WebAssembly (markdown)

Hajime Hoshi 2018-05-15 00:19:07 +09:00
parent 8a8c8fb8e2
commit 7f125a3670

12
WebAssembly.md Normal file

@ -0,0 +1,12 @@
# Get the latest Go
1. Checkout [neelance's wasm-wip branch of the Go compiler](https://github.com/neelance/go/tree/wasm-wip)
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