Skip to content

bvibber/emscripten

This branch is 1 commit ahead of, 8046 commits behind emscripten-core/emscripten:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 10, 2019
Oct 15, 2019
Nov 14, 2019
Dec 9, 2019
Mar 6, 2014
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 3, 2019
Dec 12, 2019
Sep 21, 2018
Mar 28, 2019
Sep 17, 2019
Oct 24, 2019
Nov 4, 2019
Jun 30, 2018
Dec 3, 2019
Sep 25, 2014
Dec 9, 2019
Apr 13, 2016
Nov 22, 2019
Apr 19, 2018
Aug 23, 2013
Sep 14, 2018
Apr 30, 2019
Aug 23, 2013
Apr 19, 2018
Aug 23, 2013
Oct 30, 2019
Dec 10, 2019
Jul 11, 2018
Aug 23, 2013
Dec 12, 2019
Apr 19, 2018
Feb 14, 2014
Feb 17, 2019
Apr 19, 2018
Aug 23, 2013
Sep 17, 2019
Aug 12, 2019
Apr 19, 2018
Aug 23, 2013
Sep 17, 2019
Nov 1, 2019
Aug 23, 2013
Nov 1, 2019
Jul 12, 2018
Dec 13, 2013
Aug 12, 2019
Oct 10, 2018
Oct 10, 2018
Dec 3, 2019
Dec 11, 2019
Oct 24, 2019
Dec 7, 2018
Dec 7, 2018

Repository files navigation

emscripten logo

CircleCI

Main project page: http://emscripten.org

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 and asmjs-unknown-emscripten targets).

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, while (2) the University of Illinois/NCSA Open Source License allows Emscripten's code to be integrated upstream into LLVM, which uses that license, should the opportunity arise.

See LICENSE for the full content of the licenses.

About

Emscripten: An LLVM-to-JavaScript Compiler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 51.7%
  • C++ 29.6%
  • JavaScript 5.7%
  • Shell 2.5%
  • Python 2.4%
  • LLVM 2.3%
  • Other 5.8%