MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_sourceMappingURL

Function get_sourceMappingURL

tools/empath-split.py:155–159  ·  view source on GitHub ↗
(wasm, arg_sourcemap)

Source from the content-addressed store, hash-verified

153
154
155def get_sourceMappingURL(wasm, arg_sourcemap):
156 if arg_sourcemap:
157 return arg_sourcemap
158 with webassembly.Module(wasm) as module:
159 return module.get_sourceMappingURL()
160
161
162def print_sources(sourcemap):

Callers 1

mainFunction · 0.85

Calls 1

get_sourceMappingURLMethod · 0.80

Tested by

no test coverage detected