Wednesday, January 26, 2011

Emscripten: an LLVM-to-JavaScript compiler

It is very stunning to find Emscripten, a compiler of LLVM bitcodes into JavaScript. The LLVM bitcodes can be generated from C/C++ using llvm-gcc or clang or any other languages that can be converted into LLVM. The generated JavaScript can run on the WEB!

http://code.google.com/p/emscripten/



No comments: