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.