pub unsafe extern "C" fn WasmEdge_ValueGetV128(
Val: WasmEdge_Value,
) -> int128_t
Expand description
Retrieve the V128 value from the WASM value.
\param Val the WasmEdge_Value struct.
\returns V128 value in the input struct.
pub unsafe extern "C" fn WasmEdge_ValueGetV128(
Val: WasmEdge_Value,
) -> int128_t
Retrieve the V128 value from the WASM value.
\param Val the WasmEdge_Value struct.
\returns V128 value in the input struct.