wasmedge_sys::ffi

Function WasmEdge_TableTypeGetRefType

Source
pub unsafe extern "C" fn WasmEdge_TableTypeGetRefType(
    Cxt: *const WasmEdge_TableTypeContext,
) -> WasmEdge_ValType
Expand description

Get the reference type from a table type.

\param Cxt the WasmEdge_TableTypeContext.

\returns the value type of the table type. This value type will must be a reference type.