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