Skip to content

Commit 4a48420

Browse files
committed
Remove unnecessary forced exports. NFC
The normal dependency system can handle including these when needed.
1 parent c291a04 commit 4a48420

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/link.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,8 +1162,6 @@ def limit_incoming_module_api():
11621162
'$reportUndefinedSymbols',
11631163
'$relocateExports',
11641164
'$GOTHandler',
1165-
'__heap_base',
1166-
'__stack_pointer',
11671165
]
11681166

11691167
if settings.ASYNCIFY == 1:

0 commit comments

Comments
 (0)