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

Method importGlobal

include/runtime/instance/module.h:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 unsafeImportInstance(TagInsts, Tg);
310 }
311 void importGlobal(GlobalInstance *Glob) {
312 std::unique_lock Lock(Mutex);
313 ImpGlobalNum++;
314 unsafeImportInstance(GlobInsts, Glob);
315 }
316
317 /// Export instances with name from this module instance.
318 void exportFunction(std::string_view Name, uint32_t Idx) {

Callers 2

instantiateMethod · 0.80
instantiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected