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