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

Function WasmEdge_MemoryTypeDelete

lib/api/wasmedge.cpp:1535–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1533}
1534
1535WASMEDGE_CAPI_EXPORT void
1536WasmEdge_MemoryTypeDelete(WasmEdge_MemoryTypeContext *Cxt) noexcept {
1537 delete fromMemTypeCxt(Cxt);
1538}
1539
1540// <<<<<<<< WasmEdge memory type functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
1541

Callers 3

createSpecTestModuleFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85

Calls 1

fromMemTypeCxtFunction · 0.85

Tested by 1

TESTFunction · 0.68