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

Function WasmEdge_MemoryInstanceDelete

lib/api/wasmedge.cpp:2959–2962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2957}
2958
2959WASMEDGE_CAPI_EXPORT void
2960WasmEdge_MemoryInstanceDelete(WasmEdge_MemoryInstanceContext *Cxt) noexcept {
2961 delete fromMemCxt(Cxt);
2962}
2963
2964// <<<<<<<< WasmEdge memory instance functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2965

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68