wasmedge_sys::ffi

Function WasmEdge_TableInstanceDelete

Source
pub unsafe extern "C" fn WasmEdge_TableInstanceDelete(
    Cxt: *mut WasmEdge_TableInstanceContext,
)
Expand description

Deletion of the WasmEdge_TableInstanceContext.

After calling this function, the context will be destroyed and should NOT be used.

\param Cxt the WasmEdge_TableInstanceContext to destroy.