From a2f5d644d3a2903a82e527e3bca2c4bdff1d0750 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Fri, 2 Aug 2019 21:58:29 +0530 Subject: [PATCH] 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 --- doc/go1.13.html | 5 +++++ 1 file changed, 5 insertions(+) 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

-- 2.50.0