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

Method getMemoryExports

include/runtime/instance/module.h:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216 template <typename CallbackT>
217 auto getMemoryExports(CallbackT &&CallBack) const noexcept {
218 std::shared_lock Lock(Mutex);
219 return std::forward<CallbackT>(CallBack)(ExpMems);
220 }
221 template <typename CallbackT>
222 auto getTagExports(CallbackT &&CallBack) const noexcept {
223 std::shared_lock Lock(Mutex);

Callers 2

instantiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected