We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7f1b7 commit b6f65a4Copy full SHA for b6f65a4
src/doc/rustc/src/platform-support/wasm32-unknown-unknown.md
@@ -123,6 +123,14 @@ months or engines that are required to enable features by default.
123
124
[proposals]: https://github.com/WebAssembly/proposals
125
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
134
If you're compiling WebAssembly code for an engine that does not support a
135
feature in LLVM's default feature set then the feature must be disabled at
136
compile time. Note, though, that enabled features may be used in the standard
0 commit comments