pub unsafe extern "C" fn WasmEdge_ValueGetV128(
Val: WasmEdge_Value,
) -> int128_tExpand 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_tRetrieve the V128 value from the WASM value.
\param Val the WasmEdge_Value struct.
\returns V128 value in the input struct.