Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ should_export
Function
should_export
tools/emscripten.py:952–953 ·
view source on GitHub ↗
(sym)
Source
from the content-addressed store, hash-verified
950
951
952
def
should_export(sym):
953
return
settings.EXPORT_ALL or (settings.EXPORT_KEEPALIVE and sym in settings.EXPORTED_FUNCTIONS)
954
955
956
def
create_receiving(function_exports, other_exports, library_symbols, aliases):
Callers
1
create_receiving
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected