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

Entrypoint for the runtime tool.

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

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

\returns the execution status.