diff options
author | Ben Smith <binji@chromium.org> | 2015-10-23 17:29:08 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-10-23 17:29:08 -0700 |
commit | 86466bbdb2053dd057a88cab456d59be8d08ccc7 (patch) | |
tree | a2582eb4ac1991a1c8748550af11831b6de4a748 /test/dump/return.txt | |
parent | 6159801f83d483dd6d7742ba4d1558c73211f285 (diff) | |
download | wabt-86466bbdb2053dd057a88cab456d59be8d08ccc7.tar.gz wabt-86466bbdb2053dd057a88cab456d59be8d08ccc7.tar.bz2 wabt-86466bbdb2053dd057a88cab456d59be8d08ccc7.zip |
dedupe function signatures
There is now one signature table, and all functions, function types, and
imports reference it by index. This is in preparation for properly
supporting call_indirect.
Diffstat (limited to 'test/dump/return.txt')
-rw-r--r-- | test/dump/return.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dump/return.txt b/test/dump/return.txt index 7dd39c07..ddf1b9a7 100644 --- a/test/dump/return.txt +++ b/test/dump/return.txt @@ -10,10 +10,10 @@ 0000003: 01 ; export mem 0000004: 01 ; WASM_SECTION_SIGNATURES 0000005: 02 ; num signatures -; function signature 0 +; signature 0 0000006: 00 ; num args 0000007: 01 ; result_type -; function signature 1 +; signature 1 0000008: 00 ; num args 0000009: 00 ; result_type 000000a: 02 ; WASM_SECTION_FUNCTIONS |