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

Function parse_dylink_section

tools/webassembly.py:641–643  ·  view source on GitHub ↗
(wasm_file)

Source from the content-addressed store, hash-verified

639
640
641def parse_dylink_section(wasm_file):
642 with Module(wasm_file) as module:
643 return module.parse_dylink_section()
644
645
646def get_exports(wasm_file):

Callers 1

get_weak_importsFunction · 0.85

Calls 2

ModuleClass · 0.85
parse_dylink_sectionMethod · 0.80

Tested by

no test coverage detected