Review comments

This commit is contained in:
Alex Crichton 2024-08-08 23:36:25 -07:00
parent 06197ef3c1
commit 7d2595f783
3 changed files with 6 additions and 6 deletions

View File

@ -165,14 +165,14 @@ necessary to detect this target may change as the target becomes more stable.
## Enabled WebAssembly features ## Enabled WebAssembly features
The default set of WebAssembly features enabled for compilation is similar to The default set of WebAssembly features enabled for compilation includes two
[`wasm32-unknown-unknokwn`](./wasm32-unknown-unknown.md) but two more features more features in addition to that which
are included: [`wasm32-unknown-unknown`](./wasm32-unknown-unknown.md) enables:
* `bulk-memory` * `bulk-memory`
* `atomics` * `atomics`
For more information about features see the documentation for For more information about features see the documentation for
[`wasm32-unknown-unknokwn`](./wasm32-unknown-unknown.md), but note that the [`wasm32-unknown-unknown`](./wasm32-unknown-unknown.md), but note that the
`mvp` CPU in LLVM does not support this target as it's required that `mvp` CPU in LLVM does not support this target as it's required that
`bulk-memory`, `atomics`, and `mutable-globals` are all enabled. `bulk-memory`, `atomics`, and `mutable-globals` are all enabled.

View File

@ -136,5 +136,5 @@ to Rust 1.80 the `target_env` condition was not set.
## Enabled WebAssembly features ## Enabled WebAssembly features
The default set of WebAssembly features enabled for compilation is currently the The default set of WebAssembly features enabled for compilation is currently the
same as [`wasm32-unknown-unknokwn`](./wasm32-unknown-unknown.md). See the same as [`wasm32-unknown-unknown`](./wasm32-unknown-unknown.md). See the
documentation there for more information. documentation there for more information.

View File

@ -65,5 +65,5 @@ It's recommended to conditionally compile code for this target with:
## Enabled WebAssembly features ## Enabled WebAssembly features
The default set of WebAssembly features enabled for compilation is currently the The default set of WebAssembly features enabled for compilation is currently the
same as [`wasm32-unknown-unknokwn`](./wasm32-unknown-unknown.md). See the same as [`wasm32-unknown-unknown`](./wasm32-unknown-unknown.md). See the
documentation there for more information. documentation there for more information.