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