Updated WebAssembly (markdown)

Go101 2018-09-19 08:47:04 -04:00
parent 01a9093249
commit cca7ab1d5f

@ -6,7 +6,7 @@ WebAssembly is described on its [home page](https://webassembly.org) as:
This page will be updated over time with more information relevant to Go's support for WebAssembly.
**NOTE:** if you ever set the `GOROOT` environment variable to the path of an earlier Go SDK version other than the version of the `go` command, please unset this environment variable to problems in the following tutorial.
**NOTE:** if you ever set the `GOROOT` environment variable to the path of an earlier Go SDK version other than the version of the `go` command, please unset this environment variable to avoid problems in the following tutorial.
# Example