From 52c8b4921801d45eabb0e72d7873640bc806a11b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 10 Aug 2026 13:08:38 -0700 Subject: [PATCH] Document the WebAssembly `wide-arithmetic` target feature Intended to be a sibling PR for rust-lang/rust#160877 --- src/attributes/codegen.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/attributes/codegen.md b/src/attributes/codegen.md index d3ecf00b88..8b2ba63b0a 100644 --- a/src/attributes/codegen.md +++ b/src/attributes/codegen.md @@ -682,6 +682,7 @@ Feature | Implicitly Enables | Description `multivalue` | | [WebAssembly multivalue proposal][multivalue] `reference-types` | | [WebAssembly reference-types proposal][reference-types] `tail-call` | | [WebAssembly tail-call proposal][tail-call] +`wide-arithmetic` | | [WebAssembly wide-arithmetic proposal][wide-arithmetic] [bulk-memory]: https://github.com/WebAssembly/bulk-memory-operations [extended-const]: https://github.com/WebAssembly/extended-const @@ -693,6 +694,7 @@ Feature | Implicitly Enables | Description [reference-types]: https://github.com/webassembly/reference-types [tail-call]: https://github.com/webassembly/tail-call [multivalue]: https://github.com/webassembly/multi-value +[wide-arithmetic]: https://github.com/webassembly/wide-arithmetic r[attributes.codegen.target_feature.s390x] #### `s390x`