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