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

Method getTableExports

include/runtime/instance/module.h:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211 template <typename CallbackT>
212 auto getTableExports(CallbackT &&CallBack) const noexcept {
213 std::shared_lock Lock(Mutex);
214 return std::forward<CallbackT>(CallBack)(ExpTables);
215 }
216 template <typename CallbackT>
217 auto getMemoryExports(CallbackT &&CallBack) const noexcept {
218 std::shared_lock Lock(Mutex);

Callers 2

instantiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected