Skip to content

Commit c2aed39

Browse files
committedFeb 20, 2025·
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`). cc #137315
1 parent 28b83ee commit c2aed39

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)