From 69364e15e8a1a2c820f4b16039932bce90540c70 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 24 Feb 2016 07:50:21 -0800 Subject: [PATCH] Capture JF's description of env.ml in a comment. This just adds a comment, using wording that JF used to explain what this file is for, in [this comment](https://github.com/WebAssembly/spec/pull/244#discussion_r53517759). --- ml-proto/host/import/env.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ml-proto/host/import/env.ml b/ml-proto/host/import/env.ml index ad4bbfc2a1..d25b510675 100644 --- a/ml-proto/host/import/env.ml +++ b/ml-proto/host/import/env.ml @@ -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