Updated WebAssembly (markdown)

Go101 2018-08-27 08:26:36 -04:00
parent fa3e0c9d53
commit e640528b26

@ -8,7 +8,9 @@ This page will be updated over time with more information relevant to Go's suppo
# Prerequisite # Prerequisite
Note, if you ever set the `GOROOT` environment variable to an old Go SDK path, please remove this environment variable. This environment variable is not needed at more. Otherwise, the `go build` command below will report error: ``` Note, if you ever set the `GOROOT` environment variable to an old Go SDK path, please remove this environment variable. This environment variable is not needed any more. Otherwise, the `go build` command below will report error:
```
go tool compile: exit status 2 go tool compile: exit status 2
compile: unknown architecture "wasm" compile: unknown architecture "wasm"
``` ```