From: Agniva De Sarker Date: Fri, 2 Aug 2019 16:28:29 +0000 (+0530) Subject: doc/go1.13: add release notes for GOWASM environment variable X-Git-Tag: go1.13rc1~39 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a2f5d644d3a2903a82e527e3bca2c4bdff1d0750;p=gostls13.git doc/go1.13: add release notes for GOWASM environment variable Change-Id: I103a21ae0be8feb9447fa277483b7c2a8b5807e7 Reviewed-on: https://go-review.googlesource.com/c/go/+/188540 Reviewed-by: Andrew Bonventre Reviewed-by: Richard Musiol --- diff --git a/doc/go1.13.html b/doc/go1.13.html index 34a2d5e043..bc44531133 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -105,6 +105,11 @@ Do not send CLs removing the interior tags from such phrases. Go 1.13 is the last release that will run on Native Client (NaCl).

+

+ For GOARCH=wasm, the new environment variable GOWASM takes a comma-separated list of experimental features that the binary gets compiled with. + The valid values are documented here. +

+

AIX