diff options
author | Alon Zakai <azakai@google.com> | 2021-02-25 21:15:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 13:15:41 -0800 |
commit | 04c1515acb354714af3d07fe2a3b65b2bb0398ab (patch) | |
tree | e73935d0407777fe1ae2742717f00ebc4f336928 /test/signext.wast.fromBinary | |
parent | c64a50d46cd3b5d5c19411b3ac4d8f0ba10c2efd (diff) | |
download | binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.tar.gz binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.tar.bz2 binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.zip |
Support Type names in the Names section (#3615)
Diffstat (limited to 'test/signext.wast.fromBinary')
-rw-r--r-- | test/signext.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/signext.wast.fromBinary b/test/signext.wast.fromBinary index 7b4efa4fe..bb1f2bcf3 100644 --- a/test/signext.wast.fromBinary +++ b/test/signext.wast.fromBinary @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (func $signext (local $0 i32) (local $1 i64) |