Type Alias wasmtime_runtime::V128Abi
source · pub type V128Abi = __m128i;
Expand description
x86 vectors are represented with XMM registers which are represented
with the __m128i
type. This type is considered a vector type for
ABI purposes which is implemented by Cranelift.
Aliased Type§
struct V128Abi(/* private fields */);