diff options
author | Haneef Mubarak <haneefmubarak@users.noreply.github.com> | 2014-02-22 18:40:45 -0800 |
---|---|---|
committer | Haneef Mubarak <haneefmubarak@users.noreply.github.com> | 2014-02-22 18:40:45 -0800 |
commit | 3df83544e3d6b80e458f1eb6531b2173e94301a4 (patch) | |
tree | 7ced753130e9f7560aa6f0a0c2cace0ce676f8da /README.md | |
parent | db905e3779cb5a8d3066b78f8fa651c4fd006c66 (diff) |
changed markdown files to '*.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..81a95141 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ + +![logo](http://dl.dropbox.com/u/80664946/emscripten_logo.jpg) + +Emscripten +========== + +Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc or clang, or any other language that can be converted into LLVM - and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run). + +Links to **demos**, **tutorial**, **FAQ**, etc: <https://github.com/kripken/emscripten/wiki> + +Main project page: <http://emscripten.org> + +Emscripten is MIT licensed, see LICENSE.txt. + |