Function wasmedge_sys::ffi::WasmEdge_StoreDelete
source · pub unsafe extern "C" fn WasmEdge_StoreDelete(
Cxt: *mut WasmEdge_StoreContext
)
Expand description
Deletion of the WasmEdge_StoreContext.
After calling this function, the context will be destroyed and should NOT be used. If there are module instances registered into this store context, they will be automatically un-link to this store context.
\param Cxt the WasmEdge_StoreContext to destroy.