]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, runtime: always enable Wasm signext and satconv features
authorCherry Mui <cherryyz@google.com>
Mon, 29 Sep 2025 20:14:24 +0000 (16:14 -0400)
committerDavid Chase <drchase@google.com>
Tue, 30 Sep 2025 13:37:45 +0000 (06:37 -0700)
commit742f92063e5acc3671a0bd9982e7678d864008f0
tree8e5e964c9e991059bd9af171fa96cfa006672bc4
parentdb10db6be361f4eaf5f81890e487a9cbf3ca5a53
cmd/compile, runtime: always enable Wasm signext and satconv features

These features have been standardized since at least Wasm 2.0.
Always enable them.

The corresponding GOWASM settings are now no-op.

Change-Id: I0e59f21696a69a4e289127988aad629a720b002b
Reviewed-on: https://go-review.googlesource.com/c/go/+/707855
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/_gen/Wasm.rules
src/cmd/compile/internal/ssa/rewriteWasm.go
src/cmd/compile/internal/wasm/ssa.go
src/internal/buildcfg/cfg.go
src/runtime/conv_wasm_test.go
src/runtime/sys_wasm.s