]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.13: add release notes for GOWASM environment variable
authorAgniva De Sarker <agnivade@yahoo.co.in>
Fri, 2 Aug 2019 16:28:29 +0000 (21:58 +0530)
committerAgniva De Sarker <agniva.quicksilver@gmail.com>
Sat, 3 Aug 2019 08:47:32 +0000 (08:47 +0000)
Change-Id: I103a21ae0be8feb9447fa277483b7c2a8b5807e7
Reviewed-on: https://go-review.googlesource.com/c/go/+/188540
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Richard Musiol <neelance@gmail.com>
doc/go1.13.html

index 34a2d5e0430f5f4f5e6d8573adb7f4a3baf79002..bc44531133df762c8e601c2c4c9cb029eaa83b34 100644 (file)
@@ -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).
 </p>
 
+<p><!-- CL 170119, CL 168882 -->
+  For <code>GOARCH=wasm</code>, the new environment variable <code>GOWASM</code> takes a comma-separated list of experimental features that the binary gets compiled with.
+  The valid values are documented <a href="/cmd/go/#hdr-Environment_variables">here</a>.
+</p>
+
 <h3 id="aix">AIX</h3>
 
 <p><!-- CL 164003, CL 169120 -->