summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-31 22:32:58 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-31 22:32:58 -0700
commit641f7b4581eafc5d7d0afb9916ac7a0d295bb188 (patch)
treee001fc75cdd4c01162325490ad5720547d9b7e7d
parentd8e4d241890263569bef12d706a1133dc594e7b7 (diff)
downloadbinaryen-641f7b4581eafc5d7d0afb9916ac7a0d295bb188.tar.gz
binaryen-641f7b4581eafc5d7d0afb9916ac7a0d295bb188.tar.bz2
binaryen-641f7b4581eafc5d7d0afb9916ac7a0d295bb188.zip
update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5be31196..e48ec5b37 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ More specifically, this repository contains:
$ ./build.sh
```
-* `asm2wasm` requires a C++11 compiler. If you also want to compile C/C++ to asm.js and then to WebAssembly, you'll need Emscripten (the [stable SDK (or normal manual install)](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html) is fine).
+* `asm2wasm` requires a C++11 compiler. If you also want to compile C/C++ to asm.js and then to WebAssembly (and not just asm.js to WebAssembly), you'll need Emscripten (the [stable SDK (or normal manual install)](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html) is fine).
* `wasm.js` requires Emscripten, using the `asm2wasm` branch in the main repo and `incoming` branches in the `fastcomp` and `fastcomp-clang` repos (the stable SDK, which is enough for `asm2wasm`, is not enough for `wasm.js`).
## Running