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

Method GetModulePrefixUnmangled

test/run-spec-wasm2c.py:167–168  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

165 return self.module_prefix_map[idx_or_name]
166
167 def GetModulePrefixUnmangled(self, idx):
168 return self.unmangled_names[idx]
169
170 def GetModuleInstanceName(self, idx_or_name=None):
171 return self.GetModulePrefix(idx_or_name) + '_instance'

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected