diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/empty_table.wast | 4 | ||||
-rw-r--r-- | test/empty_table.wast.fromBinary | 5 | ||||
-rw-r--r-- | test/empty_table.wast.fromBinary.noDebugInfo | 5 |
3 files changed, 14 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) +) 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) +) + diff --git a/test/empty_table.wast.fromBinary.noDebugInfo b/test/empty_table.wast.fromBinary.noDebugInfo new file mode 100644 index 000000000..219d2388c --- /dev/null +++ b/test/empty_table.wast.fromBinary.noDebugInfo @@ -0,0 +1,5 @@ +(module + (table 0 0 anyfunc) + (memory $0 0) +) + |