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

Function WasmEdge_ConfigureCreate

lib/api/wasmedge.cpp:901–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899// >>>>>>>> WasmEdge configure functions >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
900
901WASMEDGE_CAPI_EXPORT WasmEdge_ConfigureContext *
902WasmEdge_ConfigureCreate(void) noexcept {
903 try {
904 return new WasmEdge_ConfigureContext;
905 } catch (...) {
906 handleCAPIError();
907 return nullptr;
908 }
909}
910
911WASMEDGE_CAPI_EXPORT void
912WasmEdge_ConfigureAddProposal(WasmEdge_ConfigureContext *Cxt,

Callers 7

createConfFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
run_fib_wasmFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

handleCAPIErrorFunction · 0.85

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68