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

Function WasmEdge_TableInstanceDelete

lib/api/wasmedge.cpp:2860–2863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2858}
2859
2860WASMEDGE_CAPI_EXPORT void
2861WasmEdge_TableInstanceDelete(WasmEdge_TableInstanceContext *Cxt) noexcept {
2862 delete fromTabCxt(Cxt);
2863}
2864
2865// <<<<<<<< WasmEdge table instance functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2866

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68