wasmedge_sys::ffi

Function WasmEdge_ValTypeIsExternRef

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

Specify the WASM value type is an ExternRef or not.

\param ValType the WasmEdge_ValType object to check.

\returns true if the value type is an ExternRef, false if not.