[REDACTED] | |
Original author(s) | Alon Zakai |
---|---|
Initial release | 22 October 2011 (2011-10-22) |
Stable release | 4.0.1 / 16 January 2025; 7 days ago (16 January 2025) |
Repository | |
Written in | C, C++, JavaScript |
Type | Compiler |
License | MIT License, University of Illinois/NCSA Open Source License |
Website | emscripten |
Emscripten is an LLVM/Clang-based compiler that compiles C and C++ source code to WebAssembly, primarily for execution in web browsers.
Emscripten allows applications and libraries written in C or C++ to be compiled ahead of time and run efficiently in web browsers, typically at speeds comparable to or faster than interpreted or dynamically compiled JavaScript. It even emulates an entire POSIX operating system, enabling programmers to use functions from the C standard library (libc).
With the more recent development of the WebAssembly System Interface (WASI) and WebAssembly runtimes such as Node.js, Wasmtime, and Wasmer, Emscripten can also be used to compile to WebAssembly for execution in non-Web embeddings as well.
Usage
Emscripten has been used to port a number of C/C++ code bases to WebAssembly, including Unreal Engine 3, SQLite, MeshLab, Bullet physics, AutoCAD, and a subset of the Qt application framework. Other examples of software ported to WebAssembly via Emscripten include the following:
Game engines
The Unity, Defold, and Godot game engines provide an export option to HTML5, utilizing Emscripten. Unreal Engine had this export option but it has been migrated out of the engine to a community member plug in.
Frameworks & toolkits
openFrameworks exports native C++ applications to HTML5 via Emscripten. emscripten-qt permits compiling applications written using the Qt application framework to WebAssembly.
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.
See also
- asm.js
- Google Native Client (PNaCl)
- WebAssembly
References
- Zakai,Alon (22 October 2011). "Emscripten: An LLVM-to-JavaScript compiler". Proceedings of the ACM international conference companion on Object oriented programming systems languages and applications companion. pp. 301–312. doi:10.1145/2048147.2048224. ISBN 978-1-4503-0942-4.
{{cite book}}
:|journal=
ignored (help) - "Release 4.0.1". 16 January 2025. Retrieved 22 January 2025.
- "emscripten-core/emscripten: Emscripten: An LLVM-to-JavaScript Compiler". GitHub.
C: 40.0%; C++: 34.4%; JavaScript: 17.4%.
- WebAssembly · emscripten-core/emscripten Wiki · GitHub
- Clark, Lin. "Standardizing WASI: A system interface to run WebAssembly outside the web – Mozilla Hacks - the Web developer blog". Mozilla Hacks – the Web developer blog. Mozilla. Retrieved 31 October 2022.
- The Wasmtime Project. "WASI: The WebAssembly System Interface". WASI.dev. The Wasmtime Project. Retrieved 2021-02-10.
- The Wasmtime Project. "Wasmtime: A small and efficient runtime for WebAssembly & WASI". Wasmtime.dev. The Wasmtime Project. Retrieved 2021-02-10.
- Wasmer. "Wasmer: The Universal WebAssembly Runtime". Wasmer.io. Wasmer. Retrieved 2021-02-10.
- "sqlite3 WebAssembly & JavaScript Documentation Index". SQLite. Retrieved 2023-05-08.
- http://www.meshlabjs.net - Homepage of the experimental, client based, javascript, version of MeshLab that runs inside a browser
- "Porting Examples and Demos". Emscripten GitHub wiki. Retrieved 2016-03-01.
- "The Future of AutoCAD". Through the Interface. Retrieved 2018-05-09..
- ^ "Qt for WebAssembly".
- "Unity game engine heading to the browser without plug-ins". Ars Technica. 18 March 2014. Retrieved 2016-03-01.
- "The future of scripting in Unity – Unity Blog". Unity Technologies Blog. Retrieved 2016-03-01.
- "Defold HTML Development". Defold Documentation. Retrieved 2023-12-18.
- "Developing HTML5 with Unreal". Unreal Documentation. 18 December 2023. Retrieved 2018-12-18.
- "openFrameworks setup for Emscripten". openFrameworks. Retrieved 2016-03-04.
- Ohlheiser, Abby (2015-01-05). "You can now play nearly 2,400 MS-DOS video games in your browser". The Washington Post. Retrieved 2015-01-08.
- Each New Boot a Miracle by Jason Scott (December 23, 2014)
- "Internet Archive Search: "collection:softwarelibrary_msdos"". archive.org. Retrieved 2016-03-01.
External links
- Official website
- Project page on GitHub
- Emscripten Documentation
- Porting Examples and Demos
- A list of some WebAssembly runtimes
JavaScript | |
---|---|
Code analysis | |
Supersets | |
Transpilers | |
Concepts | |
Debuggers | |
Doc generators | |
Editors (comparison) | |
Engines | |
Frameworks | |
Related technologies | |
Package managers | |
Module bundlers | |
Server-side | |
Unit testing frameworks (list) | |
People |