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

Function WasmEdge_ModuleInstanceListTableLength

lib/api/wasmedge.cpp:2550–2556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2548}
2549
2550WASMEDGE_CAPI_EXPORT uint32_t WasmEdge_ModuleInstanceListTableLength(
2551 const WasmEdge_ModuleInstanceContext *Cxt) noexcept {
2552 if (Cxt) {
2553 return fromModCxt(Cxt)->getTableExportNum();
2554 }
2555 return 0;
2556}
2557
2558WASMEDGE_CAPI_EXPORT uint32_t WasmEdge_ModuleInstanceListTable(
2559 const WasmEdge_ModuleInstanceContext *Cxt, WasmEdge_String *Names,

Callers 1

TESTFunction · 0.85

Calls 1

getTableExportNumMethod · 0.80

Tested by 1

TESTFunction · 0.68