File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4052,6 +4052,7 @@ def test_dylink_basics(self):
4052
4052
self .verify_in_strict_mode ('main.js' )
4053
4053
4054
4054
@with_dylink_reversed
4055
+ @no_wasm64 ('Requires table64 lowering in all cases' )
4055
4056
def test_dylink_basics_no_modify (self ):
4056
4057
if self .is_optimizing ():
4057
4058
self .skipTest ('no modify mode only works with non-optimizing builds' )
Original file line number Diff line number Diff line change @@ -405,6 +405,9 @@ def check_human_readable_list(items):
405
405
if settings .MEMORY64 == 2 :
406
406
passes += ['--memory64-lowering' ]
407
407
408
+ if settings .MEMORY64 :
409
+ passes += ['--table64-lowering' ]
410
+
408
411
if settings .BINARYEN_IGNORE_IMPLICIT_TRAPS :
409
412
passes += ['--ignore-implicit-traps' ]
410
413
# normally we can assume the memory, if imported, has not been modified
You can’t perform that action at this time.
0 commit comments