We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ff663 commit 3e3e46aCopy full SHA for 3e3e46a
tools/link.py
@@ -836,7 +836,8 @@ def limit_incoming_module_api():
836
default_setting('INCOMING_MODULE_JS_API', [])
837
838
if settings.ASYNCIFY == 1:
839
- # See: https://github.com/emscripten-core/emscripten/issues/12065
+ # ASYNCIFY=1 wraps only wasm exports so we need to enable legacy
840
+ # dyncalls via dynCall_xxx exports.
841
# See: https://github.com/emscripten-core/emscripten/issues/12066
842
settings.DYNCALLS = 1
843
0 commit comments