Function wasmedge_sys::ffi::WasmEdge_TableTypeGetRefType
source · pub unsafe extern "C" fn WasmEdge_TableTypeGetRefType(
Cxt: *const WasmEdge_TableTypeContext
) -> WasmEdge_RefType
Expand description
Get the reference type from a table type.
\param Cxt the WasmEdge_TableTypeContext.
\returns the reference type of the table type.