summaryrefslogtreecommitdiff
path: root/examples/wasm
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2023-12-25 22:00:31 +0100
committerHenry <mail@henrygressmann.de>2023-12-25 22:00:31 +0100
commit9ea2796e334cfd1343fef76458b2d9de50fb35f1 (patch)
tree61f040e4cf09e09c3e764160af078d7d583cd5e5 /examples/wasm
parent509667d202e1532e486204c088323085baa98025 (diff)
chore: pass more tests
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples/wasm')
-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