summaryrefslogtreecommitdiff
path: root/test/export-import.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/export-import.wast.fromBinary')
-rw-r--r--test/export-import.wast.fromBinary8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/export-import.wast.fromBinary b/test/export-import.wast.fromBinary
deleted file mode 100644
index 37a701e07..000000000
--- a/test/export-import.wast.fromBinary
+++ /dev/null
@@ -1,8 +0,0 @@
-(module
- (type $v (func))
- (import "env" "test2" (global $test2 i32))
- (import "env" "test1" (func $test1 (type $v)))
- (export "test1" (func $test1))
- (export "test2" (global $test2))
-)
-