From 7f125a3670339511fe326a92e85ea08e8e4fc7fa Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 15 May 2018 00:19:07 +0900 Subject: [PATCH] Created WebAssembly (markdown) --- WebAssembly.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 WebAssembly.md 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