diff --git a/WebAssembly.md b/WebAssembly.md index 7adc665a..98faa246 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -1,4 +1,4 @@ -Go 1.11 adds an experimental port to WebAssembly. +Go 1.11 added an experimental port to WebAssembly. WebAssembly is described on its [home page](https://webassembly.org) as: @@ -6,8 +6,6 @@ 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 avoid problems in the following tutorial. - # Example To compile a basic Go package for the web: