diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-13 18:47:05 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-13 18:47:05 -0800 |
commit | 06f34506dd1a190e3886097a528a9cdea7c834e1 (patch) | |
tree | 0ee8040e4603dac67525b4cb8ec1c4a358bd4c1b | |
parent | 2d141917e87e73e2853cbf2538e7ccacc6095041 (diff) | |
download | binaryen-06f34506dd1a190e3886097a528a9cdea7c834e1.tar.gz binaryen-06f34506dd1a190e3886097a528a9cdea7c834e1.tar.bz2 binaryen-06f34506dd1a190e3886097a528a9cdea7c834e1.zip |
update readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ bin/binaryen-shell [.wast file] [options] [passes, see --help] [--help] ```` * See `bin/binaryen-shell --help` for the full list of options and passes. - * Setting `BINARYEN_DEBUG=1` in the env will emit a lot of debugging info. + * Setting `BINARYEN_DEBUG=1` in the env will emit some debugging info. ### asm2wasm |