Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_sourceMappingURL_section
Function
get_sourceMappingURL_section
tools/emsymbolizer.py:97–101 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
95
96
97
def
get_sourceMappingURL_section(module):
98
for
sec in module.sections():
99
if
sec.name ==
"sourceMappingURL"
:
100
return
sec
101
return
None
102
103
104
class
WasmSourceMap:
Callers
1
main
Function · 0.85
Calls
1
sections
Method · 0.80
Tested by
no test coverage detected