1.39 GB
20,046 files
Updated 15 days ago
NameSize
__pycache__
cache
cmake
docs
html
media
node_modules
src
system
test
third_party
tools
AUTHORS29 kB
xet
CONTRIBUTING.md182 Bytes
xet
ChangeLog.md345 kB
xet
LICENSE5.09 kB
xet
README.md2.29 kB
xet
SECURITY.md714 Bytes
xet
bootstrap976 Bytes
xet
bootstrap.bat3.29 kB
xet
em++1.05 kB
xet
em++.py507 Bytes
xet
em-config976 Bytes
xet
em-config.py963 Bytes
xet
emar976 Bytes
xet
emar.py405 Bytes
xet
embuilder976 Bytes
xet
embuilder.py10.2 kB
xet
emcc1.05 kB
xet
emcc.py22.9 kB
xet
emcmake976 Bytes
xet
emcmake.py2.23 kB
xet
emconfigure976 Bytes
xet
emconfigure.py1.52 kB
xet
emdwp999 Bytes
xet
emmake976 Bytes
xet
emmake.py1.98 kB
xet
emnm998 Bytes
xet
empath-split1.01 kB
xet
emprofile1 kB
xet
emranlib976 Bytes
xet
emranlib.py509 Bytes
xet
emrun976 Bytes
xet
emrun.py79.6 kB
xet
emscan-deps976 Bytes
xet
emscan-deps.py711 Bytes
xet
emscons976 Bytes
xet
emscons.py795 Bytes
xet
emscripten-revision.txt41 Bytes
xet
emscripten-version.txt8 Bytes
xet
emsize976 Bytes
xet
emsize.py2.51 kB
xet
emstrip976 Bytes
xet
emstrip.py981 Bytes
xet
emsymbolizer1.01 kB
xet
eslint.config.mjs2.3 kB
xet
package-lock.json228 kB
xet
package.json897 Bytes
xet
pyproject.toml3.48 kB
xet
requirements-dev.txt650 Bytes
xet
README.md

emscripten logo

Main project page: https://emscripten.org

GitHub CI status: CircleCI

Chromium builder status: emscripten-releases

Overview

Emscripten compiles C and C++ to WebAssembly using LLVM and Binaryen. Emscripten output can run on the Web, in Node.js, and in wasm runtimes.

Emscripten provides Web support for popular portable APIs such as OpenGL and SDL2, allowing complex graphical native applications to be ported, such as the Unity game engine and Google Earth. It can probably port your codebase, too!

While Emscripten mostly focuses on compiling C and C++ using Clang, it can be integrated with other LLVM-using compilers (for example, Rust has Emscripten integration, with the wasm32-unknown-emscripten target).

License

Emscripten is available under 2 licenses, the MIT license and the University of Illinois/NCSA Open Source License.

Both are permissive open source licenses, with little if any practical difference between them.

The reason for offering both is that (1) the MIT license is well-known and suitable for a compiler toolchain, while (2) LLVM's original license, the University of Illinois/NCSA Open Source License, was also offered to allow Emscripten's code to be integrated upstream into LLVM. The second reason became less important after Emscripten switched to the LLVM wasm backend, at which point there isn't any code we expect to move back and forth between the projects; also, LLVM relicensed to Apache 2.0 + exceptions meanwhile. In practice you can just consider Emscripten as MIT licensed (which allows you to do pretty much anything you want with a compiler, including commercial and non-commercial use).

See LICENSE for the full content of the licenses.

Total size
1.39 GB
Files
20,046
Last updated
May 9
Pre-warmed CDN
US EU US EU

Contributors