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

Function WasmEdge_TableTypeDelete

lib/api/wasmedge.cpp:1506–1509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504}
1505
1506WASMEDGE_CAPI_EXPORT void
1507WasmEdge_TableTypeDelete(WasmEdge_TableTypeContext *Cxt) noexcept {
1508 delete fromTabTypeCxt(Cxt);
1509}
1510
1511// <<<<<<<< WasmEdge table type functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
1512

Callers 2

createSpecTestModuleFunction · 0.85
TESTFunction · 0.85

Calls 1

fromTabTypeCxtFunction · 0.85

Tested by 1

TESTFunction · 0.68