From 30279bf2dddb36bbfab756398c0f8dbb9ed67e27 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 6 Jul 2018 03:54:44 +0900 Subject: [PATCH] Updated WebAssembly (markdown) --- WebAssembly.md | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/WebAssembly.md b/WebAssembly.md index f463ac3..1cac5e3 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -1,14 +1,31 @@ -This document is TBD. Write about Go 1.11 beta. +As there are differences between the latest Go and Go 1.11 beta, I recommend to use the latest Go here. # 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` +1. Checkout the latest Go (https://go.googlesource.com/go) +2. Compile the compiler by running `./make.bash` After that, use the compiled `go` binary. -# Get the template HTML +# Create an HTML -https://github.com/neelance/go/tree/wasm-wip/misc/wasm +```html + + + +``` TBD \ No newline at end of file