Review comments
This commit is contained in:
parent
06197ef3c1
commit
7d2595f783
@ -165,14 +165,14 @@ necessary to detect this target may change as the target becomes more stable.
|
||||
|
||||
## Enabled WebAssembly features
|
||||
|
||||
The default set of WebAssembly features enabled for compilation is similar to
|
||||
[`wasm32-unknown-unknokwn`](./wasm32-unknown-unknown.md) but two more features
|
||||
are included:
|
||||
The default set of WebAssembly features enabled for compilation includes two
|
||||
more features in addition to that which
|
||||
[`wasm32-unknown-unknown`](./wasm32-unknown-unknown.md) enables:
|
||||
|
||||
* `bulk-memory`
|
||||
* `atomics`
|
||||
|
||||
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
|
||||
`bulk-memory`, `atomics`, and `mutable-globals` are all enabled.
|
||||
|
@ -136,5 +136,5 @@ to Rust 1.80 the `target_env` condition was not set.
|
||||
## Enabled WebAssembly features
|
||||
|
||||
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.
|
||||
|
@ -65,5 +65,5 @@ It's recommended to conditionally compile code for this target with:
|
||||
## Enabled WebAssembly features
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user