1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:10:09 -07:00

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>
This commit is contained in:
Dmitri Shuralyov 2018-08-23 15:05:19 -04:00
parent ae6361e4bd
commit 6e76aeba0b

View File

@ -88,7 +88,8 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="wasm">WebAssembly</h3> <h3 id="wasm">WebAssembly</h3>
<p> <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>
<p> <p>
Go programs currently compile to one WebAssembly module that 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. 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. If you have existing filenames matching those patterns, you will need to rename them.
</p> </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> <h3 id="riscv">RISC-V GOARCH values reserved</h3>
<p><!-- CL 106256 --> <p><!-- CL 106256 -->