pub unsafe extern "C" fn WasmEdge_ValueGenV128(
Val: int128_t,
) -> WasmEdge_Value
Expand description
Generate the V128 WASM value.
\param Val the V128 value.
\returns WasmEdge_Value struct with the V128 value.
pub unsafe extern "C" fn WasmEdge_ValueGenV128(
Val: int128_t,
) -> WasmEdge_Value
Generate the V128 WASM value.
\param Val the V128 value.
\returns WasmEdge_Value struct with the V128 value.