diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-02-16 14:11:48 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-02-16 14:11:48 -0800 |
commit | 396a5118f502f5ce9b9a50d09e02609d76f796ba (patch) | |
tree | c61e497e944bc25cc5dc61edda1dee24f21d38d7 | |
parent | 6f6813c152ab90f811102f19128b82902e7f62ea (diff) | |
parent | 4c43d933a5b2f773363cb47cc61d7279d9ad012a (diff) | |
download | binaryen-396a5118f502f5ce9b9a50d09e02609d76f796ba.tar.gz binaryen-396a5118f502f5ce9b9a50d09e02609d76f796ba.tar.bz2 binaryen-396a5118f502f5ce9b9a50d09e02609d76f796ba.zip |
Merge pull request #198 from gskachkov/master
Tiny fix in readme file
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ bin/binaryen-shell [.wast file] [options] [passes, see --help] [--help] The binaryen shell receives a .wast file as input, and can run transformation passes on it, as well as print it (before and/or after the transformations). For example, try ```` -bin/binaryen-shell test/passes/lower-if_else.wast --print-before +bin/binaryen-shell test/passes/lower-if-else.wast --print-before ```` That will pretty-print out one of the test cases in the test suite. To run a transformation pass on it, try |