diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/kitchen_sink.wast.fromBinary | 4 | ||||
-rw-r--r-- | test/unit.wast.fromBinary | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/test/kitchen_sink.wast.fromBinary b/test/kitchen_sink.wast.fromBinary index 1000fc759..9003516cb 100644 --- a/test/kitchen_sink.wast.fromBinary +++ b/test/kitchen_sink.wast.fromBinary @@ -1,5 +1,7 @@ (module - (memory 4096 4096) + (memory 4096 4096 + (segment 1026 "\14\00") + ) (type $0 (func (result i32))) (func $kitchensink (result i32) (block $label$0 diff --git a/test/unit.wast.fromBinary b/test/unit.wast.fromBinary index de479dea7..9c2dfa3f2 100644 --- a/test/unit.wast.fromBinary +++ b/test/unit.wast.fromBinary @@ -1,5 +1,7 @@ (module - (memory 4096 4096) + (memory 4096 4096 + (segment 1026 "\14\00") + ) (type $0 (func (param f32))) (type $1 (func)) (type $2 (func (param f64) (result i32))) |