Skip to content

Commit 33b864c

Browse files
committed
Enable table64 lowering pass
1 parent 67bfe26 commit 33b864c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/link.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@ def check_human_readable_list(items):
405405
if settings.MEMORY64 == 2:
406406
passes += ['--memory64-lowering']
407407

408+
if settings.MEMORY64:
409+
passes += ['--table64-lowering']
410+
408411
if settings.BINARYEN_IGNORE_IMPLICIT_TRAPS:
409412
passes += ['--ignore-implicit-traps']
410413
# normally we can assume the memory, if imported, has not been modified

0 commit comments

Comments
 (0)