1
0
mirror of https://github.com/golang/go synced 2024-09-28 19:24:29 -06:00

doc: add release note for go:wasmimport

Change-Id: I9c6fc4c7e24d0e78086d95dccd61e80bd5ddd856
Reviewed-on: https://go-review.googlesource.com/c/go/+/499815
Auto-Submit: Eli Bendersky‎ <eliben@golang.org>
Reviewed-by: Eli Bendersky <eliben@google.com>
Reviewed-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
TryBot-Bypass: Eli Bendersky‎ <eliben@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
Eli Bendersky 2023-06-01 05:57:58 -07:00 committed by Gopher Robot
parent 0a87fdc06e
commit 2ea592c543

View File

@ -144,21 +144,11 @@ Do not send CLs removing the interior tags from such phrases.
<!-- cmd/dist: default to GOARM=7 on all non-arm systems -->
</p>
<!-- https://go.dev/issue/38248 -->
<p>
<!-- replace CallImport with go:wasmimport directive -->
</p>
<h3 id="wasm">WebAssembly</h3>
<!-- https://go.dev/issue/59149 -->
<p>
<!-- allow the use of go:wasmimport globally -->
</p>
<!-- CL 489255 -->
<p>
<!-- cmd/compile: remove go:wasmimport restriction -->
<p><!-- https://go.dev/issue/38248, https://go.dev/issue/59149, CL 489255 -->
The new <code>go:wasmimport</code> directive can now be used in Go programs
to import functions from the WebAssembly host.
</p>
<!-- https://go.dev/issue/56100 -->