Skip to content

Commit 1b0aaf9

Browse files
committed
_content/doc/go1.24: link to wasmimport/export type docs
Currently, the release notes link to the proposal, but it's better to link to the docs in the tree. Change-Id: I1afcf59c7a24f4af9688891f8462d80fb4484f24 Reviewed-on: https://go-review.googlesource.com/c/website/+/638955 Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent ac6acde commit 1b0aaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/doc/go1.24.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ by specifying the `-buildmode=c-shared` build flag.
791791
<!-- go.dev/issue/66984, CL 626615 -->
792792
More types are now permitted as argument or result types for `go:wasmimport` functions.
793793
Specifically, `bool`, `string`, `uintptr`, and pointers to certain types are allowed
794-
(see the [proposal](/issue/66984) for detail),
794+
(see the [documentation](/pkg/cmd/compile#hdr-WebAssembly_Directives) for detail),
795795
along with 32-bit and 64-bit integer and float types, and `unsafe.Pointer`, which
796796
are already allowed.
797797
These types are also permitted as argument or result types for `go:wasmexport` functions.

0 commit comments

Comments
 (0)