diff options
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) +) + |