diff options
Diffstat (limited to 'test/dump/bulk-memory.txt')
-rw-r--r-- | test/dump/bulk-memory.txt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/test/dump/bulk-memory.txt b/test/dump/bulk-memory.txt index fb985eff..d3da29a0 100644 --- a/test/dump/bulk-memory.txt +++ b/test/dump/bulk-memory.txt @@ -12,7 +12,7 @@ ) (table 1 anyfunc) - (elem funcref 0) + (elem func 0) (func i32.const 0 i32.const 0 i32.const 0 table.init 0 elem.drop 0 @@ -25,30 +25,30 @@ bulk-memory.wasm: file format wasm 0x1 Code Disassembly: -00002e func[0]: +00002c func[0]: + 00002d: 41 00 | i32.const 0 00002f: 41 00 | i32.const 0 000031: 41 00 | i32.const 0 - 000033: 41 00 | i32.const 0 - 000035: fc 08 00 00 | memory.init 0 0 - 000039: fc 09 00 | data.drop 0 + 000033: fc 08 00 00 | memory.init 0 0 + 000037: fc 09 00 | data.drop 0 + 00003a: 41 00 | i32.const 0 00003c: 41 00 | i32.const 0 00003e: 41 00 | i32.const 0 - 000040: 41 00 | i32.const 0 - 000042: fc 0a 00 00 | memory.copy 0 0 + 000040: fc 0a 00 00 | memory.copy 0 0 + 000044: 41 00 | i32.const 0 000046: 41 00 | i32.const 0 000048: 41 00 | i32.const 0 - 00004a: 41 00 | i32.const 0 - 00004c: fc 0b 00 | memory.fill 0 - 00004f: 0b | end -000051 func[1]: + 00004a: fc 0b 00 | memory.fill 0 + 00004d: 0b | end +00004f func[1]: + 000050: 41 00 | i32.const 0 000052: 41 00 | i32.const 0 000054: 41 00 | i32.const 0 - 000056: 41 00 | i32.const 0 - 000058: fc 0c 00 00 | table.init 0 0 - 00005c: fc 0d 00 | elem.drop 0 + 000056: fc 0c 00 00 | table.init 0 0 + 00005a: fc 0d 00 | elem.drop 0 + 00005d: 41 00 | i32.const 0 00005f: 41 00 | i32.const 0 000061: 41 00 | i32.const 0 - 000063: 41 00 | i32.const 0 - 000065: fc 0e 00 00 | table.copy 0 0 - 000069: 0b | end + 000063: fc 0e 00 00 | table.copy 0 0 + 000067: 0b | end ;;; STDOUT ;;) |