From: Eli Bendersky
Date: Thu, 1 Jun 2023 12:57:58 +0000 (-0700)
Subject: doc: add release note for go:wasmimport
X-Git-Tag: go1.21rc1~140
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2ea592c54328d03c9db9a2de718b235bb8157541;p=gostls13.git
doc: add release note for go:wasmimport
Change-Id: I9c6fc4c7e24d0e78086d95dccd61e80bd5ddd856
Reviewed-on: https://go-review.googlesource.com/c/go/+/499815
Auto-Submit: Eli Bendersky
Reviewed-by: Eli Bendersky
Reviewed-by: Johan Brandhorst-Satzkorn
TryBot-Bypass: Eli Bendersky
Reviewed-by: Cherry Mui
---
diff --git a/doc/go1.21.html b/doc/go1.21.html
index 78977a173d..29feac2b71 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -144,21 +144,11 @@ Do not send CLs removing the interior tags from such phrases.
-
-
-
-
-
WebAssembly
-
-
-
-
-
-
-
-
+
+ The new go:wasmimport
directive can now be used in Go programs
+ to import functions from the WebAssembly host.