diff options
| author | Cherry Mui <cherryyz@google.com> | 2025-12-29 16:35:16 -0500 |
|---|---|---|
| committer | Cherry Mui <cherryyz@google.com> | 2025-12-29 16:19:29 -0800 |
| commit | 151f3825b2b7170f9a179d8d192f0cc92fc79559 (patch) | |
| tree | a6ef587b13c5ecdd1599c90164e8185d7c6d10d0 | |
| parent | 97294c2e6e681f4c539ab151abc6ce4ed0d0d28b (diff) | |
| download | go-x-website-151f3825b2b7170f9a179d8d192f0cc92fc79559.tar.xz | |
_content/doc/go1.26: document that Wasm requires signext and satconv
For golang/go#75005.
Change-Id: I27a109596b9159028bd3f0f3da1ec61fb87c5c09
Reviewed-on: https://go-review.googlesource.com/c/website/+/733240
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
| -rw-r--r-- | _content/doc/go1.26.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md index 7361ef70..5d575bdd 100644 --- a/_content/doc/go1.26.md +++ b/_content/doc/go1.26.md @@ -680,5 +680,14 @@ The `s390x` port now supports passing function arguments and results using regis The `linux/riscv64` port now supports the race detector. +### WebAssembly {#wasm} + +<!-- CL 707855 --> + +The compiler now unconditionally makes use of the sign extension +and non-trapping floating-point to integer conversion instructions. +These features have been standardized since at least Wasm 2.0. +The corresponding `GOWASM` settings, `signext` and `satconv`, are now ignored. + [laelf-20250521]: https://github.com/loongson/la-abi-specs/blob/v2.40/laelf.adoc [rfc 9180]: https://rfc-editor.org/rfc/rfc9180.html |
