diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-10-29 12:46:03 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-10-29 12:46:03 -0700 |
commit | afdeefd0df0e2806af334954021e437d78659c11 (patch) | |
tree | 1618edaf517cbe9df8fba144886cb95f6bba1a42 | |
parent | ece9ebc81b7011beba27a48bd723046392e34147 (diff) | |
download | binaryen-afdeefd0df0e2806af334954021e437d78659c11.tar.gz binaryen-afdeefd0df0e2806af334954021e437d78659c11.tar.bz2 binaryen-afdeefd0df0e2806af334954021e437d78659c11.zip |
readme updates
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -18,10 +18,12 @@ Just run bin/asm2wasm [input.asm.js file] ``` -This will print out a WebAssembly module in s-expression format to the console. For example, try +This will print out a WebAssembly module in s-expression format to the console. + +For example, try ``` -$ bin/asm2wasm tests/hello_world.asm.js +$ bin/asm2wasm test/hello_world.asm.js ``` 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). |