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