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.

\param Cxt the WasmEdge_ModuleInstanceContext to destroy.