Skip to content

Commit 7d2595f

Browse files
committed
Review comments
1 parent 06197ef commit 7d2595f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/doc/rustc/src/platform-support/wasm32-wasip1-threads.md

+4-4
Original file line numberDiff line numberDiff 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

175175
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
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.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ to Rust 1.80 the `target_env` condition was not set.
136136
## Enabled WebAssembly features
137137

138138
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
140140
documentation there for more information.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ It's recommended to conditionally compile code for this target with:
6565
## Enabled WebAssembly features
6666

6767
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
6969
documentation there for more information.

0 commit comments

Comments
 (0)