doc/go1.11.html | 7 ++++++- diff --git a/doc/go1.11.html b/doc/go1.11.html index 80463c44949544d0e655f6b5b3cfe1b87bbbef1f..469e111fb87736e230314d4412b23b72f3ba6bd8 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -88,7 +88,8 @@
- Go 1.11 adds an experimental port to WebAssembly (js/wasm).
+ Go 1.11 adds an experimental port to WebAssembly
+ (js/wasm).
Go programs currently compile to one WebAssembly module that
@@ -108,6 +109,10 @@ Go files named *_js.go or *_wasm.go will
now be ignored by Go
tools except when those GOOS/GOARCH values are being used.
If you have existing filenames matching those patterns, you will need to rename them.
+
+ More information can be found on the + WebAssembly wiki page.