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

Function is_user_export

tools/shared.py:585–588  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

583
584
585def is_user_export(name):
586 if is_internal_global(name):
587 return False
588 return name not in {'__asyncify_data', '__asyncify_state', '__indirect_function_table', 'memory'} and not name.startswith(('dynCall_', 'orig$'))
589
590
591def asmjs_mangle(name):

Callers 1

asmjs_mangleFunction · 0.85

Calls 1

is_internal_globalFunction · 0.85

Tested by

no test coverage detected