Function core::arch::wasm32::v128_store[][src]

pub unsafe fn v128_store(m: *mut v128, a: v128)
🔬 This is a nightly-only experimental API. (wasm_simd #74372)
This is supported on WebAssembly and target feature simd128 only.

Stores a v128 vector to the given heap address.