diff options
Diffstat (limited to 'examples/wasm/test.wat')
| -rw-r--r-- | examples/wasm/test.wat | 7 |
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 |
