Function wasmedge_sys::ffi::WasmEdge_ConfigureCreate
source · pub unsafe extern "C" fn WasmEdge_ConfigureCreate(
) -> *mut WasmEdge_ConfigureContextExpand description
Creation of the WasmEdge_ConfigureContext.
The caller owns the object and should call WasmEdge_ConfigureDelete to
destroy it.
\returns pointer to the context, NULL if failed.