wasmedge_sys::ffi

Function WasmEdge_ValueGenI32

Source
pub unsafe extern "C" fn WasmEdge_ValueGenI32(
    Val: i32,
) -> WasmEdge_Value
Expand description

Generate the I32 WASM value.

\param Val the I32 value.

\returns WasmEdge_Value struct with the I32 value.