Skip to content

Commit 3e3e46a

Browse files
authored
Update stale comment. NFC (#24385)
1 parent a2ff663 commit 3e3e46a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/link.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,8 @@ def limit_incoming_module_api():
836836
default_setting('INCOMING_MODULE_JS_API', [])
837837

838838
if settings.ASYNCIFY == 1:
839-
# See: https://github.com/emscripten-core/emscripten/issues/12065
839+
# ASYNCIFY=1 wraps only wasm exports so we need to enable legacy
840+
# dyncalls via dynCall_xxx exports.
840841
# See: https://github.com/emscripten-core/emscripten/issues/12066
841842
settings.DYNCALLS = 1
842843

0 commit comments

Comments
 (0)