diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-04 01:53:09 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-04 01:53:09 +0100 |
| commit | 829db60c869ea5ec9be37e6fc2ad94c2965d63d4 (patch) | |
| tree | e007a6885b4d8425d05d09f9d1297c3a599f6c30 /examples | |
| parent | 1fb52089715631f4edb2abdc592547d0f5121161 (diff) | |
feat: add wat support to cli
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/wasm/add.wat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/wasm/add.wat b/examples/wasm/add.wat index a246245..b5e1f3a 100644 --- a/examples/wasm/add.wat +++ b/examples/wasm/add.wat @@ -1,4 +1,3 @@ -;; name: add ; description: add two numbers (module (func $add (export "add") (param $a i32) (param $b i32) (result i32) local.get $a @@ -10,5 +9,3 @@ local.get $b i64.add) ) - - |
