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

Function WasmEdge_ExecutorDelete

lib/api/wasmedge.cpp:2219–2222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2217}
2218
2219WASMEDGE_CAPI_EXPORT void
2220WasmEdge_ExecutorDelete(WasmEdge_ExecutorContext *Cxt) noexcept {
2221 delete fromExecutorCxt(Cxt);
2222}
2223
2224// <<<<<<<< WasmEdge executor functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2225

Callers 7

deletePtrFunction · 0.85
~TestContextMethod · 0.85
TESTFunction · 0.85
registerModuleFunction · 0.85
instantiateModuleFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 7

deletePtrFunction · 0.68
~TestContextMethod · 0.68
TESTFunction · 0.68
registerModuleFunction · 0.68
instantiateModuleFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68