wasmedge_sys::ffi

Function WasmEdge_ValTypeIsEqual

Source
pub unsafe extern "C" fn WasmEdge_ValTypeIsEqual(
    ValType1: WasmEdge_ValType,
    ValType2: WasmEdge_ValType,
) -> bool
Expand description

Compare the two WasmEdge_ValType objects.

\param ValType1 the first WasmEdge_ValType object to compare. \param ValType2 the second WasmEdge_ValType object to compare.

\returns true if the content of two WasmEdge_ValType objects are the same, false if not.