Emscripten: Bang Out JavaScript From LLVM Bitcode

Posted by Michael Larabel on December 20, 2011

There's an interesting new open-source LLVM-using project called Emscripten. Emscripten allows JavaScript to be automatically generated from LLVM bit-code. In other words, you can take C/C++ code-bases and easily translate them into JavaScript.

Emscripten takes LLVM bitcode and from that turns it into JavaScript that can be executed from the web-browser. The LLVM bit-code can be generated from the Clang C/C++ compiler or any other LLVM front-end that ends up being lowered down into LLVM bit-code.

This translator doesn't work only for trivial projects, but large code-bases like Python, Bullet, and Poppler have been converted from their C/C++ code into working JavaScript using Emscripten. This project was brought up by Alon Zakai of Mozilla to the LLVM developers' list.

Other code-bases that have been changed into JavaScript for demo purposes include Lua, FreeType, eSpeak text synthesis, a ray-tracing engine, Python, and Ruby.

For those interested in learning more about this neat LLVM project, visit the GitHub project page.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite