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 if the returned object is not added into a WasmEdge_ModuleInstanceContext.

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

\returns pointer to context, NULL if failed.