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.
pub unsafe extern "C" fn WasmEdge_ValueGenI64(
Val: i64,
) -> WasmEdge_Value
Generate the I64 WASM value.
\param Val the I64 value.
\returns WasmEdge_Value struct with the I64 value.