diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-10-29 13:52:08 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-10-29 13:52:08 -0700 |
commit | 12e127b0bc921fedd036119eabd605aaedf3af5c (patch) | |
tree | 03ce812adb4dff5f65ee92de6f3ccd200ae4dfe1 | |
parent | a005bec46e86ec4b51c780ef3e21e89532fa8457 (diff) | |
download | binaryen-12e127b0bc921fedd036119eabd605aaedf3af5c.tar.gz binaryen-12e127b0bc921fedd036119eabd605aaedf3af5c.tar.bz2 binaryen-12e127b0bc921fedd036119eabd605aaedf3af5c.zip |
comment
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ You should see something like this:  -On Linux and Mac you should see pretty colors. Set `COLORS=0` in the env to disable colors if you prefer that. Set `COLORS=1` in the env to force colors (useful when piping to `more`, for example). +On Linux and Mac you should see pretty colors as in that image. Set `COLORS=0` in the env to disable colors if you prefer that. Set `COLORS=1` in the env to force colors (useful when piping to `more`, for example). Set `ASM2WASM_DEBUG=1` in the env to see debug info, about asm.js nodes as they are parsed, etc. |