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