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