Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
641
def
parse_dylink_section(wasm_file):
642
with
Module(wasm_file)
as
module:
643
return
module.parse_dylink_section()
644
645
646
def
get_exports(wasm_file):
Callers
1
get_weak_imports
Function · 0.85
Calls
2
Module
Class · 0.85
parse_dylink_section
Method · 0.80
Tested by
no test coverage detected