diff options
author | Ben Smith <binjimin@gmail.com> | 2018-01-07 13:27:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-07 13:27:03 -0800 |
commit | 1f735e8f5125f84abba2a91d4f44bc8ee30544a8 (patch) | |
tree | 1b4e42e32c9566ed91df9503da4e9b857ff253de /test/spec-wasm2c-prefix.c | |
parent | 2a0b6920d6b41ef7c8190573a5f4a7503c441afd (diff) | |
download | wabt-1f735e8f5125f84abba2a91d4f44bc8ee30544a8.tar.gz wabt-1f735e8f5125f84abba2a91d4f44bc8ee30544a8.tar.bz2 wabt-1f735e8f5125f84abba2a91d4f44bc8ee30544a8.zip |
Always write expected action types in .json output (#709)
This is useful to determine what the signature of the action's function
was. Without this, it is impossible to tell the difference in function
signature between these two functions:
(func $f1 (param i32) (result i32) ...)
(func $f2 (param i32) ...)
Because they have the same parameter list, and the result is discarded:
(invoke "f1") (i32.const 1)
(invoke "f2") (i32.const 1)
Diffstat (limited to 'test/spec-wasm2c-prefix.c')
0 files changed, 0 insertions, 0 deletions