Function wasmedge_sys::ffi::WasmEdge_ValueGenI64
source · pub unsafe extern "C" fn WasmEdge_ValueGenI64(
Val: i64
) -> WasmEdge_Value
Expand description
Generate the I64 WASM value.
\param Val the I64 value.
\returns WasmEdge_Value struct with the I64 value.