diff options
Diffstat (limited to 'test/hello_world.wast.fromBinary')
-rw-r--r-- | test/hello_world.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.wast.fromBinary b/test/hello_world.wast.fromBinary index 98e66d0da..7f2e65239 100644 --- a/test/hello_world.wast.fromBinary +++ b/test/hello_world.wast.fromBinary @@ -2,7 +2,7 @@ (memory 16777216 16777216) (type $0 (func (param i32 i32) (result i32))) (export "add" $add) - (func $add (param $var$0 i32) (param $var$1 i32) + (func $add (param $var$0 i32) (param $var$1 i32) (result i32) (i32.add (get_local $var$0) (get_local $var$1) |