Function wasmedge_sys::ffi::WasmEdge_Driver_UniTool
source · pub unsafe extern "C" fn WasmEdge_Driver_UniTool(
Argc: c_int,
Argv: *mut *const c_char
) -> c_int
Expand description
Entrypoint for the unified tool.
This function provides an entrypoint to the WasmEdge unified tool with the command line arguments.
\param Argc the argument count. \param Argv the argument vector.
\returns the execution status.