diff options
Diffstat (limited to 'test/table-import.wast.fromBinary')
-rw-r--r-- | test/table-import.wast.fromBinary | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/table-import.wast.fromBinary b/test/table-import.wast.fromBinary deleted file mode 100644 index 52043bc10..000000000 --- a/test/table-import.wast.fromBinary +++ /dev/null @@ -1,10 +0,0 @@ -(module - (type $0 (func)) - (import "env" "table" (table $timport$0 1 1 funcref)) - (memory $0 0) - (elem $0 (i32.const 0) $foo) - (func $foo (type $0) - (nop) - ) -) - |