summaryrefslogtreecommitdiff
path: root/examples/wasm/test.wat
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wasm/test.wat')
-rw-r--r--examples/wasm/test.wat7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/wasm/test.wat b/examples/wasm/test.wat
deleted file mode 100644
index 563f382..0000000
--- a/examples/wasm/test.wat
+++ /dev/null
@@ -1,7 +0,0 @@
-(module
- (func (export "test") (result i32)
- (i32.const 1)
- ;; comment
- (return (i32.const 2))
- )
-) \ No newline at end of file