MCPcopy Create free account
hub / github.com/WebAssembly/wabt / GetModuleInstanceName

Method GetModuleInstanceName

test/run-spec-wasm2c.py:170–171  ·  view source on GitHub ↗
(self, idx_or_name=None)

Source from the content-addressed store, hash-verified

168 return self.unmangled_names[idx]
169
170 def GetModuleInstanceName(self, idx_or_name=None):
171 return self.GetModulePrefix(idx_or_name) + '_instance'
172
173 def _CacheModulePrefixes(self):
174 idx = 0

Callers 2

_WriteModuleInstancesMethod · 0.95
_WriteModuleCleanUpsMethod · 0.95

Calls 1

GetModulePrefixMethod · 0.95

Tested by

no test coverage detected