aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2018-08-23 15:05:19 -0400
committerBrad Fitzpatrick <bradfitz@golang.org>2018-08-23 21:49:30 +0000
commitc7415c1bd45ba7662ffec2c54fcec3933807c19c (patch)
treece3ef1396145b8a4860fcdb4456765b50c4d5da1
parent08c66d75ec272e528ab0153ba0e1668ffede3736 (diff)
downloadgo-c7415c1bd45ba7662ffec2c54fcec3933807c19c.tar.gz
go-c7415c1bd45ba7662ffec2c54fcec3933807c19c.zip
[release-branch.go1.11] doc/go1.11: add link to new WebAssembly wiki page
The wiki page has recently been created, and at this time it's just a stub. It's expected that support for WebAssembly will be evolving over time, and the wiki page can be kept updated with helpful information, how to get started, tips and tricks, etc. Use present tense because it's expected that there will be more general information added by the time Go 1.11 release happens. Also add link to https://webassembly.org/ in first paragraph. Change-Id: I139c2dcec8f0d7fd89401df38a3e12960946693f Reviewed-on: https://go-review.googlesource.com/131078 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> (cherry picked from commit 6e76aeba0bda33f6bd45ac9c8e5c026c1688e846) Reviewed-on: https://go-review.googlesource.com/131096
-rw-r--r--doc/go1.11.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 80463c4494..469e111fb8 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.
<h3 id="wasm">WebAssembly</h3>
<p>
- Go 1.11 adds an experimental port to WebAssembly (<code>js/wasm</code>).
+ Go 1.11 adds an experimental port to <a href="https://webassembly.org">WebAssembly</a>
+ (<code>js/wasm</code>).
</p>
<p>
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</a> except when those GOOS/GOARCH values are being used.
If you have existing filenames matching those patterns, you will need to rename them.
</p>
+<p>
+ More information can be found on the
+ <a href="https://golang.org/wiki/WebAssembly">WebAssembly wiki page</a>.
+</p>
<h3 id="riscv">RISC-V GOARCH values reserved</h3>
<p><!-- CL 106256 -->