diff options
Diffstat (limited to 'test/example/c-api-hello-world.txt')
-rw-r--r-- | test/example/c-api-hello-world.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/c-api-hello-world.txt b/test/example/c-api-hello-world.txt index 21a7c2a16..92737a9b0 100644 --- a/test/example/c-api-hello-world.txt +++ b/test/example/c-api-hello-world.txt @@ -1,6 +1,6 @@ (module (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (func $adder (; 0 ;) (param $0 i32) (param $1 i32) (result i32) + (func $adder (param $0 i32) (param $1 i32) (result i32) (i32.add (local.get $0) (local.get $1) |