summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: