diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-10-31 22:34:51 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-10-31 22:34:51 -0700 |
commit | 7b06b0157e4102393f36fd6a039a28fa2612b731 (patch) | |
tree | 5ea9ed0e6c6c3bce7c40658195bb138e092e7ac7 | |
parent | 641f7b4581eafc5d7d0afb9916ac7a0d295bb188 (diff) | |
download | binaryen-7b06b0157e4102393f36fd6a039a28fa2612b731.tar.gz binaryen-7b06b0157e4102393f36fd6a039a28fa2612b731.tar.bz2 binaryen-7b06b0157e4102393f36fd6a039a28fa2612b731.zip |
update readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ You need `ALIASING_FUNCTION_POINTERS=0` because WebAssembly does not allow alias ./check.py ``` -(or `python check.py`) will run `asm2wasm` on the testcases in `test/`, and verify their outputs. +(or `python check.py`) will run `asm2wasm` and `wasm.js` on the testcases in `test/`, and verify their outputs. The `check.py` script supports some options: |