Skip to content

Commit

Permalink
Fix continuation param order
Browse files Browse the repository at this point in the history
  • Loading branch information
chambart committed Oct 17, 2024
1 parent 4d446c5 commit d682661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/emit_wat.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2177,7 +2177,7 @@ module ToWasm = struct
match var with
| Some var -> C.local_set' (Expr.Local.V var)
| None -> C.drop' )
params
(List.rev params)
@ handler_expr
in
[ C.block fallthrough [ ref_eq ] (body :: handler) ]
Expand Down

0 comments on commit d682661

Please sign in to comment.