Jump to content

Emscripten

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ajanicij (talk | contribs) at 12:57, 25 April 2012 (Initial page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Emscripten is LLVM-to-JavaScript compiler. As its input it takes LLVM bitcode, typically created by compiling from C/C++, and as its output it generates a JavaScript file which can run in the browser.