Module target_features::docs::wasm

source ·
Expand description

wasm documentation

Features

FeatureDescription
atomicsEnable Atomics.
bulk-memoryEnable bulk memory operations.
multivalueEnable multivalue blocks, instructions, and functions.
mutable-globalsEnable mutable globals.
nontrapping-fptointEnable non-trapping float-to-int conversion operators.
reference-typesEnable reference types.
sign-extEnable sign extension operators.
simd128Enable 128-bit SIMD.
crt-staticEnables C Run-time Libraries to be statically linked.

CPUs

CPUEnabled Features
bleeding-edgeatomics, bulk-memory, mutable-globals, nontrapping-fptoint, sign-ext, simd128
generic
mvp