diff options
Diffstat (limited to 'test/empty_table.wast')
-rw-r--r-- | test/empty_table.wast | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/empty_table.wast b/test/empty_table.wast new file mode 100644 index 000000000..17ce9d6b2 --- /dev/null +++ b/test/empty_table.wast @@ -0,0 +1,4 @@ +(module + (table 0 0 anyfunc) + (memory $0 0) +) |