pub unsafe extern "C" fn WasmEdge_CompilerCreate(
    ConfCxt: *const WasmEdge_ConfigureContext
) -> *mut WasmEdge_CompilerContext
Expand 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.