Skip to content

hugoam/emscripten

This branch is 7799 commits behind emscripten-core/emscripten:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 9, 2020
Oct 15, 2019
Nov 14, 2019
Dec 9, 2019
Mar 6, 2014
Jan 9, 2020
Jan 13, 2020
Jan 10, 2020
Jan 13, 2020
Jan 10, 2020
Jan 9, 2020
Sep 21, 2018
Mar 28, 2019
Sep 17, 2019
Oct 24, 2019
Nov 4, 2019
Jun 30, 2018
Jan 6, 2020
Sep 25, 2014
Jan 7, 2020
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
Jan 9, 2020
Dec 17, 2019
Jul 11, 2018
Aug 23, 2013
Jan 14, 2020
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
Jan 3, 2020
Oct 10, 2018
Oct 10, 2018
Dec 20, 2019
Jan 9, 2020
Jan 3, 2020
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-Web Compiler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 44.7%
  • C 33.2%
  • JavaScript 14.6%
  • Python 5.9%
  • HTML 0.8%
  • CMake 0.4%
  • Other 0.4%