Emscripten

From Wikipedia, the free encyclopedia
Emscripten
Developer(s) Alon Zakai
Stable release 1.7.8[1] / 19 November 2013 (2013-11-19)
Written in JavaScript
Type Transcompiler
License MIT License
Website emscripten.org

Emscripten is a type of compiler termed a source-to-source compiler or transcompiler. As its input it takes LLVM bitcode, typically created by compiling from C or C++. As output it emits a file in the programming language JavaScript which can run in web browsers.[2]

Emscripten has been used to port, among other things, the Unreal Engine 3.

The project founder is Alon Zakai. Licensed under the MIT License.

See also

References

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.