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

Method getGlobalExports

include/runtime/instance/module.h:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226 template <typename CallbackT>
227 auto getGlobalExports(CallbackT &&CallBack) const noexcept {
228 std::shared_lock Lock(Mutex);
229 return std::forward<CallbackT>(CallBack)(ExpGlobals);
230 }
231
232protected:
233 friend class Executor::Executor;

Callers 2

instantiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected