pub unsafe extern "C" fn WasmEdge_Driver_Compiler(
    Argc: c_int,
    Argv: *mut *const c_char
) -> c_int
Expand description

Entrypoint for the compiler tool.

This function provides an entrypoint to the WasmEdge AOT compiler tool with the command line arguments.

\param Argc the argument count. \param Argv the argument vector.

\returns the execution status.