summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c4d0269a..2c44822d6 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ $ ./build.sh
* `binaryen-shell` and `asm2wasm` require a C++11 compiler.
* If you also want to compile C/C++ to WebAssembly (and not just asm.js to WebAssembly), you'll need Emscripten. You'll need the `incoming` branch there (which you can get via [the SDK](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html)).
* `wasm.js` also requires Emscripten.
+* There is work-in-progress CMake support, but it isn't stable or finished yet.
## Running