diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-12 09:59:59 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-12 09:59:59 -0500 |
commit | fc4018f7f5f83f91c61276430f2e7da6ad0ccb22 (patch) | |
tree | 7de49db1036004542d9ac3afa729bf159ef79e11 /test | |
parent | 7bdcdb2f5ee6e2346f946637dc6ba766256badea (diff) | |
download | binaryen-fc4018f7f5f83f91c61276430f2e7da6ad0ccb22.tar.gz binaryen-fc4018f7f5f83f91c61276430f2e7da6ad0ccb22.tar.bz2 binaryen-fc4018f7f5f83f91c61276430f2e7da6ad0ccb22.zip |
add function types in s2wasm
Diffstat (limited to 'test')
-rw-r--r-- | test/dot_s/call.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dot_s/call.wast b/test/dot_s/call.wast index 7c7e47a25..27262b4f0 100644 --- a/test/dot_s/call.wast +++ b/test/dot_s/call.wast @@ -1,5 +1,6 @@ (module (memory 0 4294967295) + (type $FUNCSIG_v (func)) (func $call_i32_nullary (result i32) (block $fake_return_waka123 (block |