diff options
Diffstat (limited to 'test/dot_s')
-rw-r--r-- | test/dot_s/alias.wast | 2 | ||||
-rw-r--r-- | test/dot_s/alternate-lcomm.wast | 2 | ||||
-rw-r--r-- | test/dot_s/asm_const.wast | 2 | ||||
-rw-r--r-- | test/dot_s/basics.wast | 2 | ||||
-rw-r--r-- | test/dot_s/bcp-1.wast | 2 | ||||
-rw-r--r-- | test/dot_s/data-offset-folding.wast | 2 | ||||
-rw-r--r-- | test/dot_s/exit.wast | 2 | ||||
-rw-r--r-- | test/dot_s/function-data-sections.wast | 2 | ||||
-rw-r--r-- | test/dot_s/lcomm-in-text-segment.wast | 2 | ||||
-rw-r--r-- | test/dot_s/macClangMetaData.wast | 2 | ||||
-rw-r--r-- | test/dot_s/memops.wast | 2 | ||||
-rw-r--r-- | test/dot_s/minimal.wast | 2 | ||||
-rw-r--r-- | test/dot_s/permute.wast | 2 | ||||
-rw-r--r-- | test/dot_s/relocation.wast | 2 | ||||
-rw-r--r-- | test/dot_s/start_main0.wast | 2 | ||||
-rw-r--r-- | test/dot_s/start_main2.wast | 2 | ||||
-rw-r--r-- | test/dot_s/symbolic-offset.wast | 2 | ||||
-rw-r--r-- | test/dot_s/visibilities.wast | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/test/dot_s/alias.wast b/test/dot_s/alias.wast index f1a21dfc9..c1e63e885 100644 --- a/test/dot_s/alias.wast +++ b/test/dot_s/alias.wast @@ -1,5 +1,5 @@ (module - (memory 0 4294967295) + (memory 0) (export "__exit" $__exit) (export "__needs_exit" $__needs_exit) (func $__exit diff --git a/test/dot_s/alternate-lcomm.wast b/test/dot_s/alternate-lcomm.wast index 790a330e5..1f36b1584 100644 --- a/test/dot_s/alternate-lcomm.wast +++ b/test/dot_s/alternate-lcomm.wast @@ -1,4 +1,4 @@ (module - (memory 9 4294967295) + (memory 9) ) ;; METADATA: { "asmConsts": {},"staticBump": 8 } diff --git a/test/dot_s/asm_const.wast b/test/dot_s/asm_const.wast index 1bd4fc92b..aaf647d86 100644 --- a/test/dot_s/asm_const.wast +++ b/test/dot_s/asm_const.wast @@ -1,5 +1,5 @@ (module - (memory 51 4294967295 + (memory 51 (segment 16 "{ Module.print(\"hello, world!\"); }\00") ) (type $FUNCSIG$vi (func (param i32))) diff --git a/test/dot_s/basics.wast b/test/dot_s/basics.wast index 23d2fcd81..b20f97149 100644 --- a/test/dot_s/basics.wast +++ b/test/dot_s/basics.wast @@ -1,5 +1,5 @@ (module - (memory 52 4294967295 + (memory 52 (segment 16 "hello, world!\n\00") (segment 32 "vcq") (segment 48 "\16\00\00\00") diff --git a/test/dot_s/bcp-1.wast b/test/dot_s/bcp-1.wast index 52a744a79..d173780e7 100644 --- a/test/dot_s/bcp-1.wast +++ b/test/dot_s/bcp-1.wast @@ -1,5 +1,5 @@ (module - (memory 104 4294967295 + (memory 104 (segment 16 "\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00") (segment 40 "\06\00\00\00\07\00\00\00\08\00\00\00") (segment 52 "\t\00\00\00\n\00\00\00") diff --git a/test/dot_s/data-offset-folding.wast b/test/dot_s/data-offset-folding.wast index 592058f55..c60ce22e5 100644 --- a/test/dot_s/data-offset-folding.wast +++ b/test/dot_s/data-offset-folding.wast @@ -1,5 +1,5 @@ (module - (memory 420 4294967295 + (memory 420 (segment 8 "\00\00\00\00") (segment 416 "`\00\00\00") ) diff --git a/test/dot_s/exit.wast b/test/dot_s/exit.wast index 905a6f226..df7632334 100644 --- a/test/dot_s/exit.wast +++ b/test/dot_s/exit.wast @@ -1,5 +1,5 @@ (module - (memory 0 4294967295) + (memory 0) (type $FUNCSIG$vi (func (param i32))) (import $exit "env" "exit" (param i32)) (export "main" $main) diff --git a/test/dot_s/function-data-sections.wast b/test/dot_s/function-data-sections.wast index b1d8ec714..d07fe95a6 100644 --- a/test/dot_s/function-data-sections.wast +++ b/test/dot_s/function-data-sections.wast @@ -1,5 +1,5 @@ (module - (memory 20 4294967295 + (memory 20 (segment 8 "\00\00\00\00") (segment 12 "\01\00\00\00") (segment 16 "33\13@") diff --git a/test/dot_s/lcomm-in-text-segment.wast b/test/dot_s/lcomm-in-text-segment.wast index b3988bcd4..956fe6157 100644 --- a/test/dot_s/lcomm-in-text-segment.wast +++ b/test/dot_s/lcomm-in-text-segment.wast @@ -1,5 +1,5 @@ (module - (memory 20 4294967295 + (memory 20 (segment 16 "\t\00\00\00") ) ) diff --git a/test/dot_s/macClangMetaData.wast b/test/dot_s/macClangMetaData.wast index fbefd754f..d6cb6f85f 100644 --- a/test/dot_s/macClangMetaData.wast +++ b/test/dot_s/macClangMetaData.wast @@ -1,5 +1,5 @@ (module - (memory 30 4294967295 + (memory 30 (segment 16 "Hello, World!\00") ) (type $FUNCSIG$ii (func (param i32) (result i32))) diff --git a/test/dot_s/memops.wast b/test/dot_s/memops.wast index e6734d474..17f8aaa19 100644 --- a/test/dot_s/memops.wast +++ b/test/dot_s/memops.wast @@ -1,5 +1,5 @@ (module - (memory 67 4294967295 + (memory 67 (segment 16 "{ Module.print(\"hello, world! \" + HEAP32[8>>2]); }\00") ) (type $FUNCSIG$vi (func (param i32))) diff --git a/test/dot_s/minimal.wast b/test/dot_s/minimal.wast index ebaa20597..769b4c5cc 100644 --- a/test/dot_s/minimal.wast +++ b/test/dot_s/minimal.wast @@ -1,5 +1,5 @@ (module - (memory 0 4294967295) + (memory 0) (export "main" $main) (func $main (result i32) (return diff --git a/test/dot_s/permute.wast b/test/dot_s/permute.wast index cba2d1c9a..2651808fb 100644 --- a/test/dot_s/permute.wast +++ b/test/dot_s/permute.wast @@ -1,5 +1,5 @@ (module - (memory 272 4294967295 + (memory 272 (segment 16 "hE?\8ds\0e7\db[g\8f\955it\c4k\0b\e2\ef\bcld\e0\fd\8c\9e\86&~\d8\94\89+\c8\a4\c2\f2\fb\12\1cej\d99\b7\b3W\c6w\af\ae\caM>\92ub\96\84\b6\b0N\ec;q\11\f7\bf\e31\e6\a7\90\fc\03\e4\aa\d7\cc- \15\83DH\80r\fa\01X\eb:_\00A\cd\e9o`n\ac(\ad\ba0\dcyS#\f4$\"\82\7f}\8e\f6\93L\'\bb\bdZ\ed4\18\f3\c0\cf\ff\a3\f8\07\05\9c\d3\0f\a0\06m%\\\f9^B<\e7\b1\17\98]\0c\dd\c5\f5p\e5\fezJ\ab,F\a5@\08R\85!\b8\1a\ce\d5\04\nI\a6\d1\9f\8a\c9\a9|\97\9aG\be8Y\8b\c1\1b\d4\ea\b9\19\14\9b\9163\d0\1d\d2\df=C\1f\0dc\e1\c7QUv\02\b5aK\b4\tV\c3x\e8\a1\1e\81\de/{\da\d6Pf\10T\f0)\88\16\ee\a8\9d\f1\cbO*\b2\99\132\87.\a2") ) ) diff --git a/test/dot_s/relocation.wast b/test/dot_s/relocation.wast index 343269270..02e5eb730 100644 --- a/test/dot_s/relocation.wast +++ b/test/dot_s/relocation.wast @@ -1,5 +1,5 @@ (module - (memory 16 4294967295 + (memory 16 (segment 8 "\0c\00\00\00") (segment 12 "\08\00\00\00") ) diff --git a/test/dot_s/start_main0.wast b/test/dot_s/start_main0.wast index d40390aee..0f19222de 100644 --- a/test/dot_s/start_main0.wast +++ b/test/dot_s/start_main0.wast @@ -1,5 +1,5 @@ (module - (memory 0 4294967295) + (memory 0) (start $_start) (export "main" $main) (export "_start" $_start) diff --git a/test/dot_s/start_main2.wast b/test/dot_s/start_main2.wast index 42e8b4897..4d40884b1 100644 --- a/test/dot_s/start_main2.wast +++ b/test/dot_s/start_main2.wast @@ -1,5 +1,5 @@ (module - (memory 0 4294967295) + (memory 0) (start $_start) (export "main" $main) (export "_start" $_start) diff --git a/test/dot_s/symbolic-offset.wast b/test/dot_s/symbolic-offset.wast index cd0681c31..3b5fb0937 100644 --- a/test/dot_s/symbolic-offset.wast +++ b/test/dot_s/symbolic-offset.wast @@ -1,5 +1,5 @@ (module - (memory 20 4294967295 + (memory 20 (segment 8 "\01\00\00\00\00\00\00\00\00\00\00\00") ) (export "f" $f) diff --git a/test/dot_s/visibilities.wast b/test/dot_s/visibilities.wast index eb9c24a7c..f2ae9e648 100644 --- a/test/dot_s/visibilities.wast +++ b/test/dot_s/visibilities.wast @@ -1,5 +1,5 @@ (module - (memory 0 4294967295) + (memory 0) (export "foo" $foo) (export "bar" $bar) (export "qux" $qux) |