diff options
Diffstat (limited to 'test/hello_world.wast')
-rw-r--r-- | test/hello_world.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hello_world.wast b/test/hello_world.wast index 95d84116b..e36b85c4a 100644 --- a/test/hello_world.wast +++ b/test/hello_world.wast @@ -1,4 +1,5 @@ (module + (memory 16777216) (export "add" $add) (func $add (param $x i32) (param $y i32) (result i32) (i32.add |