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, 7 insertions, 0 deletions
diff --git a/examples/wasm/test.wat b/examples/wasm/test.wat
new file mode 100644
index 0000000..563f382
--- /dev/null
+++ b/examples/wasm/test.wat
@@ -0,0 +1,7 @@
+(module
+ (func (export "test") (result i32)
+ (i32.const 1)
+ ;; comment
+ (return (i32.const 2))
+ )
+) \ No newline at end of file