From 6e76aeba0bda33f6bd45ac9c8e5c026c1688e846 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 23 Aug 2018 15:05:19 -0400 Subject: [PATCH] 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 Reviewed-by: Ian Lance Taylor --- doc/go1.11.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.

WebAssembly

- 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. +

RISC-V GOARCH values reserved