diff --git a/doc/go1.11.html b/doc/go1.11.html index 80463c44949..469e111fb87 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -88,7 +88,8 @@ Do not send CLs removing the interior tags from such phrases.
- 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 @@ -109,6 +110,10 @@ Do not send CLs removing the interior tags from such phrases. 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. +