Emscripten

Emscripten
Developer(s) Alon Zakai
Stable release
1.36.13 / 20 October 2016 (2016-10-20)[1]
Repository github.com/kripken/emscripten.git
Written in JavaScript
Type Transcompiler
License MIT License
Website emscripten.org

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.[2] 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,[3] and Bullet physics.[4]

Notable usage

Game Engines

The Unity, Godot Game Engine and Unreal Engine game engines provide an export option to HTML5, utilizing Emscripten.[5][6][7]

Frameworks & Toolkits

openFrameworks exports native C++ applications to HTML5 via Emscripten.[8]

Software Archiving

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[9][10][11]

See also

References

  1. "Releases". kripken/emscripten. GitHub. Retrieved 2016-11-02.
  2. Walton, Zach (2012-04-04). "Easily Port C++ To HTML5/JavaScript With Emscripten". WebProNews. iEntry Network.
  3. http://www.meshlabjs.net - Homepage of the experimental, client based, javascript, version of MeshLab that runs inside a browser
  4. "Porting Examples and Demos". Emscripten GitHub wiki. Retrieved 2016-03-01.
  5. "Unity game engine heading to the browser without plug-ins". Ars Technica. Retrieved 2016-03-01.
  6. "The future of scripting in Unity – Unity Blog". Unity Technologies Blog. Retrieved 2016-03-01.
  7. "Tappy Chicken". www.unrealengine.com. Retrieved 2016-03-01.
  8. "openFrameworks setup for Emscripten". openFrameworks. Retrieved 2016-03-04.
  9. Ohlheiser, Abby (2015-01-05). "You can now play nearly 2,400 MS-DOS video games in your browser". Washington Post. Retrieved 2015-01-08.
  10. Each New Boot a Miracle by Jason Scott (December 23, 2014)
  11. "Internet Archive Search: "collection:softwarelibrary_msdos"". archive.org. Retrieved 2016-03-01.

External links

This article is issued from Wikipedia - version of the 11/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.