Skip to content

Commit 6ef8b79

Browse files
committed
.
1 parent ed2e2dc commit 6ef8b79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

emcc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,9 @@ def check(input_file):
15701570
'removeRunDependency',
15711571
]
15721572

1573+
if shared.Settings.ASYNCIFY:
1574+
building.user_requested_exports += ['dynCall_ii', 'dynCall_vii']
1575+
15731576
if shared.Settings.USE_PTHREADS:
15741577
# memalign is used to ensure allocated thread stacks are aligned.
15751578
shared.Settings.EXPORTED_FUNCTIONS += ['_memalign', '_malloc']

0 commit comments

Comments
 (0)