MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_Driver_Compiler

Function WasmEdge_Driver_Compiler

lib/api/wasmedge.cpp:3745–3754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3743#endif
3744
3745WASMEDGE_CAPI_EXPORT int WasmEdge_Driver_Compiler(int Argc,
3746 const char *Argv[]) noexcept {
3747 try {
3748 return WasmEdge::Driver::UniTool(Argc, Argv,
3749 WasmEdge::Driver::ToolType::Compiler);
3750 } catch (...) {
3751 handleCAPIError();
3752 return EXIT_FAILURE;
3753 }
3754}
3755
3756WASMEDGE_CAPI_EXPORT int WasmEdge_Driver_Tool(int Argc,
3757 const char *Argv[]) noexcept {

Callers 2

wmainFunction · 0.85
mainFunction · 0.85

Calls 2

UniToolFunction · 0.85
handleCAPIErrorFunction · 0.85

Tested by

no test coverage detected