summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-04 14:03:28 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-04 14:03:28 -0800
commit4e062c10fb8d57be88da2e03fb58c86d57b07f2f (patch)
tree8fea193ae727855d9bfba1f79de970a0684914cb
parentc28bc968fb79fe144bfc08ada568936933a28edd (diff)
downloadbinaryen-4e062c10fb8d57be88da2e03fb58c86d57b07f2f.tar.gz
binaryen-4e062c10fb8d57be88da2e03fb58c86d57b07f2f.tar.bz2
binaryen-4e062c10fb8d57be88da2e03fb58c86d57b07f2f.zip
update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ecfb42ae7..abec6f824 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ $ ./build.sh
```
* `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`).
+* `wasm.js` requires Emscripten, using the `incoming` branch in the `emscripten`, `emscripten-fastcomp` and `emscripten-fastcomp-clang` repos (the stable SDK, which is enough for `asm2wasm`, is not enough for `wasm.js`).
## Running