Function wasmedge_sys::ffi::WasmEdge_CompilerCreate
source · pub unsafe extern "C" fn WasmEdge_CompilerCreate(
ConfCxt: *const WasmEdge_ConfigureContext
) -> *mut WasmEdge_CompilerContextExpand description
Creation of the WasmEdge_CompilerContext.
The caller owns the object and should call WasmEdge_CompilerDelete to
delete it.
\returns pointer to context, NULL if failed.