Skip to content

Commit 3061363

Browse files
sbc100hedwigz
authored andcommitted
Remove old warning about firefox bug (emscripten-core#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 6dcefb9 commit 3061363

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
@@ -2391,10 +2391,6 @@ def modularize():
23912391
if settings.EXPORT_ES6 and settings.ENVIRONMENT_MAY_BE_NODE:
23922392
async_emit = 'async '
23932393

2394-
# TODO: Remove when https://bugs.webkit.org/show_bug.cgi?id=223533 is resolved.
2395-
if async_emit != '' and settings.EXPORT_NAME == 'config':
2396-
diagnostics.warning('emcc', 'EXPORT_NAME should not be named "config" when targeting Safari')
2397-
23982394
if settings.MODULARIZE == 'instance':
23992395
src = '''
24002396
export default async function init(moduleArg = {}) {

0 commit comments

Comments
 (0)