From 9ea2796e334cfd1343fef76458b2d9de50fb35f1 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 25 Dec 2023 22:00:31 +0100 Subject: chore: pass more tests Signed-off-by: Henry --- examples/wasm/test.wat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/wasm/test.wat (limited to 'examples/wasm') 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 -- cgit v1.3.1