Skip to content

Commit 48d2b2b

Browse files
committed
update tests
1 parent ddcf558 commit 48d2b2b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

test/binaryen.js/kitchen-sink.js.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Features.RelaxedSIMD: 4096
3333
Features.ExtendedConst: 8192
3434
Features.Strings: 16384
3535
Features.MultiMemory: 32768
36-
Features.All: 131071
36+
Features.All: 262143
3737
InvalidId: 0
3838
BlockId: 1
3939
IfId: 2

test/example/c-api-kitchen-sink.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ BinaryenFeatureMemory64: 2048
4747
BinaryenFeatureRelaxedSIMD: 4096
4848
BinaryenFeatureExtendedConst: 8192
4949
BinaryenFeatureStrings: 16384
50-
BinaryenFeatureAll: 131071
50+
BinaryenFeatureAll: 262143
5151
(f32.neg
5252
(f32.const -33.61199951171875)
5353
)

test/passes/strip-target-features_roundtrip_print-features_all-features.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
--enable-strings
1616
--enable-multimemory
1717
--enable-typed-continuations
18+
--enable-shared-everything
1819
(module
1920
(type $0 (func (result v128 externref)))
2021
(func $foo (type $0) (result v128 externref)

0 commit comments

Comments
 (0)