diff options
author | Ben Smith <binji@chromium.org> | 2016-03-08 17:03:45 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-03-08 17:06:20 -0800 |
commit | 321fe24509c916ebee7da5568ee4c09c6211b27a (patch) | |
tree | 4af14f101db12da693a1deeb3717a85be55e66e3 /test/dump/table.txt | |
parent | d1a32218bfeb3c535fca702fb180c2b9abe2fc73 (diff) | |
download | wabt-321fe24509c916ebee7da5568ee4c09c6211b27a.tar.gz wabt-321fe24509c916ebee7da5568ee4c09c6211b27a.tar.bz2 wabt-321fe24509c916ebee7da5568ee4c09c6211b27a.zip |
update v8, more leb128, two-level imports
Diffstat (limited to 'test/dump/table.txt')
-rw-r--r-- | test/dump/table.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/dump/table.txt b/test/dump/table.txt index 97b09128..463c910f 100644 --- a/test/dump/table.txt +++ b/test/dump/table.txt @@ -46,14 +46,14 @@ 0000024: 0a00 ; FIXUP func body size 0000030: 05 ; WASM_BINARY_SECTION_FUNCTION_TABLE 0000031: 04 ; num function table entries -0000032: 0000 ; function table entry -0000034: 0000 ; function table entry -0000036: 0100 ; function table entry -0000038: 0200 ; function table entry -000003a: 06 ; WASM_BINARY_SECTION_END +0000032: 00 ; function table entry +0000033: 00 ; function table entry +0000034: 01 ; function table entry +0000035: 02 ; function table entry +0000036: 06 ; WASM_BINARY_SECTION_END ;; dump 0000000: 0061 736d 0a00 0000 0103 0100 0102 0001 0000010: 0200 0402 0300 0000 0100 0000 0100 0100 0000020: 0000 0200 0a00 000c 0000 0000 0000 0000 -0000030: 0504 0000 0000 0100 0200 06 +0000030: 0504 0000 0102 06 ;;; STDOUT ;;) |