Function wasmedge_sys::ffi::WasmEdge_TableTypeDelete
source · pub unsafe extern "C" fn WasmEdge_TableTypeDelete(
Cxt: *mut WasmEdge_TableTypeContext
)
Expand description
Deletion of the WasmEdge_TableTypeContext.
After calling this function, the context will be destroyed and should NOT be used.
\param Cxt the WasmEdge_TableTypeContext to destroy.