Skip to content

Commit

Permalink
Merge remote-tracking branch 'funcref/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Apr 8, 2021
2 parents ed01787 + b158867 commit c33e8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/function-references/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The function `$hof` takes a function pointer as parameter, and is invoked by `$c
(i32.add (i32.const 10) (call_ref (i32.const 42) (local.get $f)))
)
(func $inc (param $x i32) (result i32)
(func $inc (param $i i32) (result i32)
(i32.add (local.get $i) (i32.const 1))
)
Expand Down

0 comments on commit c33e8bd

Please sign in to comment.