summaryrefslogtreecommitdiff
path: root/test/dump/string-hex.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/dump/string-hex.txt')
-rw-r--r--test/dump/string-hex.txt64
1 files changed, 32 insertions, 32 deletions
diff --git a/test/dump/string-hex.txt b/test/dump/string-hex.txt
index c25e23e9..81c29367 100644
--- a/test/dump/string-hex.txt
+++ b/test/dump/string-hex.txt
@@ -1,44 +1,44 @@
;;; FLAGS: -dv
(module (func) (export "foo\ba\dc\0d\ee" (func 0)))
(;; STDOUT ;;;
-0000000: 0061 736d ; WASM_BINARY_MAGIC
-0000004: 0c00 0000 ; WASM_BINARY_VERSION
+0000000: 0061 736d ; WASM_BINARY_MAGIC
+0000004: 0c00 0000 ; WASM_BINARY_VERSION
; section "TYPE" (1)
-0000008: 01 ; section code
-0000009: 00 ; section size (guess)
-000000a: 01 ; num types
+0000008: 01 ; section code
+0000009: 00 ; section size (guess)
+000000a: 01 ; num types
; type 0
-000000b: 40 ; function form
-000000c: 00 ; num params
-000000d: 00 ; num results
-0000009: 04 ; FIXUP section size
+000000b: 40 ; function form
+000000c: 00 ; num params
+000000d: 00 ; num results
+0000009: 04 ; FIXUP section size
; section "FUNCTION" (3)
-000000e: 03 ; section code
-000000f: 00 ; section size (guess)
-0000010: 01 ; num functions
-0000011: 00 ; function 0 signature index
-000000f: 02 ; FIXUP section size
+000000e: 03 ; section code
+000000f: 00 ; section size (guess)
+0000010: 01 ; num functions
+0000011: 00 ; function 0 signature index
+000000f: 02 ; FIXUP section size
; section "EXPORT" (7)
-0000012: 07 ; section code
-0000013: 00 ; section size (guess)
-0000014: 01 ; num exports
-0000015: 07 ; string length
+0000012: 07 ; section code
+0000013: 00 ; section size (guess)
+0000014: 01 ; num exports
+0000015: 07 ; string length
0000016: 666f 6fba dc0d ee foo.... ; export name
-000001d: 00 ; export kind
-000001e: 00 ; export func index
-0000013: 0b ; FIXUP section size
+000001d: 00 ; export kind
+000001e: 00 ; export func index
+0000013: 0b ; FIXUP section size
; section "CODE" (10)
-000001f: 0a ; section code
-0000020: 00 ; section size (guess)
-0000021: 01 ; num functions
+000001f: 0a ; section code
+0000020: 00 ; section size (guess)
+0000021: 01 ; num functions
; function body 0
-0000022: 00 ; func body size (guess)
-0000023: 00 ; local decl count
-0000024: 0f ; end
-0000022: 02 ; FIXUP func body size
-0000020: 04 ; FIXUP section size
+0000022: 00 ; func body size (guess)
+0000023: 00 ; local decl count
+0000024: 0f ; end
+0000022: 02 ; FIXUP func body size
+0000020: 04 ; FIXUP section size
;; dump
-0000000: 0061 736d 0c00 0000 0104 0140 0000 0302
-0000010: 0100 070b 0107 666f 6fba dc0d ee00 000a
-0000020: 0401 0200 0f
+0000000: 0061 736d 0c00 0000 0104 0140 0000 0302
+0000010: 0100 070b 0107 666f 6fba dc0d ee00 000a
+0000020: 0401 0200 0f
;;; STDOUT ;;)