File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -165,14 +165,14 @@ necessary to detect this target may change as the target becomes more stable.
165165
166166## Enabled WebAssembly features
167167
168- The default set of WebAssembly features enabled for compilation is similar to
169- [ ` wasm32-unknown-unknokwn ` ] ( ./wasm32-unknown-unknown.md ) but two more features
170- are included :
168+ The default set of WebAssembly features enabled for compilation includes two
169+ more features in addition to that which
170+ [ ` wasm32-unknown-unknown ` ] ( ./wasm32-unknown-unknown.md ) enables :
171171
172172* ` bulk-memory `
173173* ` atomics `
174174
175175For more information about features see the documentation for
176- [ ` wasm32-unknown-unknokwn ` ] ( ./wasm32-unknown-unknown.md ) , but note that the
176+ [ ` wasm32-unknown-unknown ` ] ( ./wasm32-unknown-unknown.md ) , but note that the
177177` mvp ` CPU in LLVM does not support this target as it's required that
178178` bulk-memory ` , ` atomics ` , and ` mutable-globals ` are all enabled.
Original file line number Diff line number Diff line change @@ -136,5 +136,5 @@ to Rust 1.80 the `target_env` condition was not set.
136136## Enabled WebAssembly features
137137
138138The default set of WebAssembly features enabled for compilation is currently the
139- same as [ ` wasm32-unknown-unknokwn ` ] ( ./wasm32-unknown-unknown.md ) . See the
139+ same as [ ` wasm32-unknown-unknown ` ] ( ./wasm32-unknown-unknown.md ) . See the
140140documentation there for more information.
Original file line number Diff line number Diff line change @@ -65,5 +65,5 @@ It's recommended to conditionally compile code for this target with:
6565## Enabled WebAssembly features
6666
6767The default set of WebAssembly features enabled for compilation is currently the
68- same as [ ` wasm32-unknown-unknokwn ` ] ( ./wasm32-unknown-unknown.md ) . See the
68+ same as [ ` wasm32-unknown-unknown ` ] ( ./wasm32-unknown-unknown.md ) . See the
6969documentation there for more information.
You can’t perform that action at this time.
0 commit comments