Skip to content

Commit 48dbbe2

Browse files
Rollup merge of rust-lang#137322 - alexcrichton:update-wasm-docs, r=jieyouxu
Update docs for default features of wasm targets LLVM 20 enabled the `nontrapping-fptoint` and `bulk-memory` features by default, so this updates the corresponding documentation for the `wasm32-*` targets (which all point to `wasm32-unknown-unknown`). Closes rust-lang#137315 with a doc update for the doc part.
2 parents 2b5570b + c2aed39 commit 48dbbe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/rustc/src/platform-support/wasm32-unknown-unknown.md

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ As of the time of this writing the proposals that are enabled by default (the
129129
* `mutable-globals`
130130
* `reference-types`
131131
* `sign-ext`
132+
* `nontrapping-fptoint` (Rust 1.87.0+, LLVM 20+)
133+
* `bulk-memory` (Rust 1.87.0+, LLVM 20+)
132134

133135
If you're compiling WebAssembly code for an engine that does not support a
134136
feature in LLVM's default feature set then the feature must be disabled at

0 commit comments

Comments
 (0)