File tree 3 files changed +6
-6
lines changed
src/doc/rustc/src/platform-support
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.
165
165
166
166
## Enabled WebAssembly features
167
167
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 :
171
171
172
172
* ` bulk-memory `
173
173
* ` atomics `
174
174
175
175
For 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
177
177
` mvp ` CPU in LLVM does not support this target as it's required that
178
178
` 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.
136
136
## Enabled WebAssembly features
137
137
138
138
The 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
140
140
documentation 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:
65
65
## Enabled WebAssembly features
66
66
67
67
The 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
69
69
documentation there for more information.
You can’t perform that action at this time.
0 commit comments