wasmedge_sys::ffi

Function WasmEdge_ConfigureCreate

Source
pub unsafe extern "C" fn WasmEdge_ConfigureCreate() -> *mut WasmEdge_ConfigureContext
Expand 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.