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