summaryrefslogtreecommitdiff
path: root/test/nonspec-bulk-memory.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/nonspec-bulk-memory.wast.fromBinary.noDebugInfo')
-rw-r--r--test/nonspec-bulk-memory.wast.fromBinary.noDebugInfo30
1 files changed, 0 insertions, 30 deletions
diff --git a/test/nonspec-bulk-memory.wast.fromBinary.noDebugInfo b/test/nonspec-bulk-memory.wast.fromBinary.noDebugInfo
deleted file mode 100644
index 9f1d63f24..000000000
--- a/test/nonspec-bulk-memory.wast.fromBinary.noDebugInfo
+++ /dev/null
@@ -1,30 +0,0 @@
-(module
- (type $0 (func))
- (memory $0 1024 1024)
- (data $0 (i32.const 0) "hello, world")
- (func $0 (type $0)
- (memory.init $0
- (i32.const 512)
- (i32.const 0)
- (i32.const 12)
- )
- )
- (func $1 (type $0)
- (data.drop $0)
- )
- (func $2 (type $0)
- (memory.copy
- (i32.const 512)
- (i32.const 0)
- (i32.const 12)
- )
- )
- (func $3 (type $0)
- (memory.fill
- (i32.const 0)
- (i32.const 42)
- (i32.const 1024)
- )
- )
-)
-