Function wasmedge_sys::ffi::WasmEdge_TableInstanceGetTableType
source · pub unsafe extern "C" fn WasmEdge_TableInstanceGetTableType(
Cxt: *const WasmEdge_TableInstanceContext
) -> *const WasmEdge_TableTypeContext
Expand description
Get the table type context from a table instance.
The table type context links to the table type in the table instance context
and owned by the context. The caller should NOT call the
WasmEdge_TableTypeDelete
.
\param Cxt the WasmEdge_TableInstanceContext.
\returns pointer to context, NULL if failed.