Skip to content

Commit

Permalink
Update interpreter/binary/encode.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Rossberg <[email protected]>
  • Loading branch information
dhil and rossberg authored Feb 16, 2021
1 parent ad622f3 commit 449e176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/binary/encode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ let encode m =
| Convert (F64 F64Op.DemoteF64) -> assert false
| Convert (F64 F64Op.ReinterpretInt) -> op 0xbf

| Try _ | Throw -> failwith "encode.ml: not yet implemented"
| Try _ | Throw -> failwith "encode: not yet implemented"

let const c =
list instr c.it; end_ ()
Expand Down

0 comments on commit 449e176

Please sign in to comment.