Function wasmedge_sys::ffi::WasmEdge_ValueGetI32
source · 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.