Skip to content

Commit

Permalink
doc/go1.13: add release notes for GOWASM environment variable
Browse files Browse the repository at this point in the history
Change-Id: I103a21ae0be8feb9447fa277483b7c2a8b5807e7
Reviewed-on: https://go-review.googlesource.com/c/go/+/188540
Reviewed-by: Andrew Bonventre <[email protected]>
Reviewed-by: Richard Musiol <[email protected]>
  • Loading branch information
agnivade committed Aug 3, 2019
1 parent fc82166 commit a2f5d64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/go1.13.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ <h2 id="ports">Ports</h2>
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 -->
Expand Down

0 comments on commit a2f5d64

Please sign in to comment.