wasmedge_sys::ffi

Function WasmEdge_ValTypeIsFuncRef

Source
pub unsafe extern "C" fn WasmEdge_ValTypeIsFuncRef(
    ValType: WasmEdge_ValType,
) -> bool
Expand description

Specify the WASM value type is a FuncRef or not.

\param ValType the WasmEdge_ValType object to check.

\returns true if the value type is a FuncRef, false if not.