pub unsafe extern "C" fn WasmEdge_TableInstanceCreate(
    TabType: *const WasmEdge_TableTypeContext
) -> *mut WasmEdge_TableInstanceContext
Expand description

Creation of the WasmEdge_TableInstanceContext.

The caller owns the object and should call WasmEdge_TableInstanceDelete to destroy it.

\param TabType the table type context to initialize the table instance context.

\returns pointer to context, NULL if failed.