Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ MangleModuleName
Function
MangleModuleName
test/run-spec-wasm2c.py:115–117 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
113
114
115
def
MangleModuleName(s):
116
# double underscores
117
return
MangleName(re.sub(
'(_)'
,
'__'
, s))
118
119
120
def
IsModuleCommand(command):
Callers
6
_CacheModulePrefixes
Method · 0.85
_WriteModuleInitCall
Method · 0.85
CWriter
Method · 0.85
ExportName
Method · 0.85
ModuleInstanceTypeName
Method · 0.85
WriteImportProperties
Method · 0.85
Calls
1
MangleName
Function · 0.85
Tested by
no test coverage detected