summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-31 22:34:51 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-31 22:34:51 -0700
commit7b06b0157e4102393f36fd6a039a28fa2612b731 (patch)
tree5ea9ed0e6c6c3bce7c40658195bb138e092e7ac7
parent641f7b4581eafc5d7d0afb9916ac7a0d295bb188 (diff)
downloadbinaryen-7b06b0157e4102393f36fd6a039a28fa2612b731.tar.gz
binaryen-7b06b0157e4102393f36fd6a039a28fa2612b731.tar.bz2
binaryen-7b06b0157e4102393f36fd6a039a28fa2612b731.zip
update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e48ec5b37..14d0601c2 100644
--- a/README.md
+++ b/README.md
@@ -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: