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

Function WasmEdge_FunctionInstanceDelete

lib/api/wasmedge.cpp:2726–2729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2724}
2725
2726WASMEDGE_CAPI_EXPORT void WasmEdge_FunctionInstanceDelete(
2727 WasmEdge_FunctionInstanceContext *Cxt) noexcept {
2728 delete fromFuncCxt(Cxt);
2729}
2730
2731// <<<<<<<< WasmEdge function instance functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2732

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68