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