From: Dmitri Shuralyov Date: Wed, 20 Jun 2018 17:15:44 +0000 (-0400) Subject: doc/go1.11: clarify GOOS/GOARCH pair of WebAssembly port X-Git-Tag: go1.11beta1~26 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=82d1c2a8aafe68daf2ed66df7422cf173d68e014;p=gostls13.git doc/go1.11: clarify GOOS/GOARCH pair of WebAssembly port It's more common to specify GOOS/GOARCH values in that order, rather than the inverse. Fix the order. Updates #18892. Change-Id: I8551508599e019f6617dc007397b562c9926418d Reviewed-on: https://go-review.googlesource.com/120057 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 4eb4c42abe..5e0a0673bd 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -55,7 +55,7 @@ Do not send CLs removing the interior tags from such phrases.

WebAssembly

- Go 1.11 adds an experimental port to WebAssembly (wasm/js). + Go 1.11 adds an experimental port to WebAssembly (js/wasm).

Core library