diff options
Diffstat (limited to 'test/dump/break-loop-inner.txt')
-rw-r--r-- | test/dump/break-loop-inner.txt | 56 |
1 files changed, 26 insertions, 30 deletions
diff --git a/test/dump/break-loop-inner.txt b/test/dump/break-loop-inner.txt index adfcb69f..03d798fc 100644 --- a/test/dump/break-loop-inner.txt +++ b/test/dump/break-loop-inner.txt @@ -7,36 +7,32 @@ (if (i32.const 2) (break $cont))))) (;; STDOUT ;;; -0000000: 00 ; WASM_SECTION_MEMORY -0000001: 00 ; min mem size log 2 -0000002: 00 ; max mem size log 2 -0000003: 01 ; export mem -0000004: 01 ; WASM_SECTION_SIGNATURES -0000005: 01 ; num signatures +0000000: 01 ; WASM_SECTION_SIGNATURES +0000001: 01 ; num signatures ; signature 0 -0000006: 00 ; num params -0000007: 00 ; result_type -0000008: 02 ; WASM_SECTION_FUNCTIONS -0000009: 01 ; num functions +0000002: 00 ; num params +0000003: 00 ; result_type +0000004: 02 ; WASM_SECTION_FUNCTIONS +0000005: 01 ; num functions ; function 0 -000000a: 01 ; func flags -000000b: 0000 ; func signature index -000000d: 0000 0000 ; func name offset -0000011: 0000 ; func body size -0000013: 02 ; OPCODE_LOOP -0000014: 02 ; num expressions -0000015: 03 ; OPCODE_IF -0000016: 09 ; OPCODE_I8_CONST -0000017: 01 ; u8 literal -0000018: 06 ; OPCODE_BR -0000019: 01 ; break depth -000001a: 00 ; OPCODE_NOP -000001b: 03 ; OPCODE_IF -000001c: 09 ; OPCODE_I8_CONST -000001d: 02 ; u8 literal -000001e: 06 ; OPCODE_BR -000001f: 00 ; break depth -0000020: 00 ; OPCODE_NOP -0000011: 0e00 ; FIXUP func body size -0000021: 06 ; WASM_SECTION_END +0000006: 01 ; func flags +0000007: 0000 ; func signature index +0000009: 0000 0000 ; func name offset +000000d: 0000 ; func body size +000000f: 02 ; OPCODE_LOOP +0000010: 02 ; num expressions +0000011: 03 ; OPCODE_IF +0000012: 09 ; OPCODE_I8_CONST +0000013: 01 ; u8 literal +0000014: 06 ; OPCODE_BR +0000015: 01 ; break depth +0000016: 00 ; OPCODE_NOP +0000017: 03 ; OPCODE_IF +0000018: 09 ; OPCODE_I8_CONST +0000019: 02 ; u8 literal +000001a: 06 ; OPCODE_BR +000001b: 00 ; break depth +000001c: 00 ; OPCODE_NOP +000000d: 0e00 ; FIXUP func body size +000001d: 06 ; WASM_SECTION_END ;;; STDOUT ;;) |