Developer(s) | Alon Zakai |
---|---|
Stable release |
1.36.13 / 20 October 2016
|
Repository | github |
Written in | C, C++, JavaScript |
Type | Transpiler |
License | MIT License |
Website | emscripten |
Emscripten is a source-to-source compiler that runs as a back end to the LLVM compiler and produces a subset of JavaScript known as asm.js. This allows applications and libraries originally designed to run as standard executables to be integrated into client side web applications. asm.js can be compiled by browsers ahead of time meaning that the compiled programs can run much faster than those traditionally written in JavaScript.
Emscripten has been used to port, among other things, Unreal Engine 3, SQLite, MeshLab, and Bullet physics.
The Unity, Godot Game Engine and Unreal Engine game engines provide an export option to HTML5, utilizing Emscripten.
openFrameworks exports native C++ applications to HTML5 via Emscripten.
In December 2014, the Internet Archive launched a DOSBox emulator compiled in Emscripten to provide browser-based access to thousands of archived MS-DOS and PC programs