diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-10-11 14:40:23 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-10-11 15:01:04 -0700 |
commit | 1e783f3e96f904b88b692522de04f786feaf41a0 (patch) | |
tree | 1733305ab97e113b137107d7711c56c0a3652310 /test/empty_table.wast.fromBinary | |
parent | a3dc8bf8cba7cd1b5ece8abf0489a9dcacfa3f2e (diff) | |
download | binaryen-1e783f3e96f904b88b692522de04f786feaf41a0.tar.gz binaryen-1e783f3e96f904b88b692522de04f786feaf41a0.tar.bz2 binaryen-1e783f3e96f904b88b692522de04f786feaf41a0.zip |
allow a maximum 0 size for a table
Diffstat (limited to 'test/empty_table.wast.fromBinary')
-rw-r--r-- | test/empty_table.wast.fromBinary | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/empty_table.wast.fromBinary b/test/empty_table.wast.fromBinary new file mode 100644 index 000000000..219d2388c --- /dev/null +++ b/test/empty_table.wast.fromBinary @@ -0,0 +1,5 @@ +(module + (table 0 0 anyfunc) + (memory $0 0) +) + |