Function wasmedge_sys::ffi::WasmEdge_ModuleInstanceDelete
source · pub unsafe extern "C" fn WasmEdge_ModuleInstanceDelete(
Cxt: *mut WasmEdge_ModuleInstanceContext
)
Expand description
Deletion of the WasmEdge_ModuleInstanceContext.
After calling this function, the context will be destroyed and should NOT be used. If the module instance has been registered into one or more store contexts, it will be automatically unregistered.
\param Cxt the WasmEdge_ModuleInstanceContext to destroy.