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