Module target_features::docs::wasm
source · Expand description
wasm documentation
Features
| Feature | Description |
|---|---|
atomics | Enable Atomics. |
bulk-memory | Enable bulk memory operations. |
multivalue | Enable multivalue blocks, instructions, and functions. |
mutable-globals | Enable mutable globals. |
nontrapping-fptoint | Enable non-trapping float-to-int conversion operators. |
reference-types | Enable reference types. |
sign-ext | Enable sign extension operators. |
simd128 | Enable 128-bit SIMD. |
crt-static | Enables C Run-time Libraries to be statically linked. |
CPUs
| CPU | Enabled Features |
|---|---|
bleeding-edge | atomics, bulk-memory, mutable-globals, nontrapping-fptoint, sign-ext, simd128 |
generic | |
mvp |