Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ml-proto/host/import/env.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(*
* Emulation of (a subset of) the `env` module currently used by Binaryen,
* so that we can run modules generated by Binaryen.
* so that we can run modules generated by Binaryen. This is a stopgap until
* we have agreement on what libc should look like.
*)

open Values
Expand Down