We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce6c36 commit 9a90a23Copy full SHA for 9a90a23
README.md
@@ -1,5 +1,8 @@
1

2
3
+[](https://travis-ci.org/kripken/emscripten)
4
+[](https://circleci.com/gh/kripken/emscripten)
5
+
6
Emscripten is an [LLVM](https://en.wikipedia.org/wiki/LLVM)-to-JavaScript compiler. It takes LLVM bitcode - which can be generated
7
from C/C++, using `llvm-gcc` (DragonEgg) or `clang`, or any other language that can be
8
converted into LLVM - and compiles that into JavaScript, which can be run on the web (or
0 commit comments