summaryrefslogtreecommitdiff
path: root/examples/wasm/test.wat
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-26 12:03:59 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-26 12:03:59 +0100
commitf3d890a36d6299dbd70377ce57b0bd9d61de5c1b (patch)
tree36b51022af641c0f464fd0c5d4456b722e5f735b /examples/wasm/test.wat
parent461126ce309f99e4ad2a6ddcbc175ea01c5e8fee (diff)
docs: working selfhosted example
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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