Skip to content

Commit ad49af3

Browse files
authored
Remove old warning about firefox bug (#23209)
Firstly the bug has a been fixed. Secondly, the warning is no longer up-to-date with the code and it looks like someone would have to do `-sEXPORT_NAME=moduleArg` to hit this name collision now.. which seems more than unlikely.
1 parent 2ac4c4f commit ad49af3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/link.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,10 +2385,6 @@ def modularize():
23852385
if settings.EXPORT_ES6 and settings.ENVIRONMENT_MAY_BE_NODE:
23862386
async_emit = 'async '
23872387

2388-
# TODO: Remove when https://bugs.webkit.org/show_bug.cgi?id=223533 is resolved.
2389-
if async_emit != '' and settings.EXPORT_NAME == 'config':
2390-
diagnostics.warning('emcc', 'EXPORT_NAME should not be named "config" when targeting Safari')
2391-
23922388
if settings.MODULARIZE == 'instance':
23932389
src = '''
23942390
export default async function init(moduleArg = {}) {

0 commit comments

Comments
 (0)