Skip to content

Commit d85316f

Browse files
committed
.
1 parent ebb9631 commit d85316f

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
@@ -1569,6 +1569,9 @@ def check(input_file):
15691569
'removeRunDependency',
15701570
]
15711571

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

0 commit comments

Comments
 (0)