Updated WebAssembly (markdown)

Go101 2018-09-19 08:46:38 -04:00
parent 3b29f08e6e
commit 01a9093249

@ -6,6 +6,8 @@ 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.
# Example
To compile a basic Go package for the web: