From 2ea592c54328d03c9db9a2de718b235bb8157541 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 1 Jun 2023 05:57:58 -0700 Subject: [PATCH] doc: add release note for go:wasmimport MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- doc/go1.21.html | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) 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.