Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstackincubator/polygen
/ mangleModuleName
Function
mangleModuleName
packages/codegen/src/wasm2c/mangle.ts:33–35 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
31
* @returns Encoded module name
32
*/
33
export
function
mangleModuleName(name: string): string {
34
return
mangle(name, true);
35
}
36
37
/**
38
* Encodes WebAssembly symbol name.
Callers
2
constructor
Function · 0.85
constructor
Method · 0.85
Calls
1
mangle
Function · 0.85
Tested by
no test coverage detected