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