Skip to content

Commit b6f65a4

Browse files
committed
Document on-by-default features
1 parent ce7f1b7 commit b6f65a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ months or engines that are required to enable features by default.
123123

124124
[proposals]: https://github.com/WebAssembly/proposals
125125

126+
As of the time of this writing the proposals that are enabled by default (the
127+
`generic` CPU in LLVM terminology) are:
128+
129+
* `multivalue`
130+
* `mutable-globals`
131+
* `reference-types`
132+
* `sign-ext`
133+
126134
If you're compiling WebAssembly code for an engine that does not support a
127135
feature in LLVM's default feature set then the feature must be disabled at
128136
compile time. Note, though, that enabled features may be used in the standard

0 commit comments

Comments
 (0)