diff --git a/WebAssembly.md b/WebAssembly.md new file mode 100644 index 0000000..73b88a0 --- /dev/null +++ b/WebAssembly.md @@ -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 \ No newline at end of file