1.39.7
2 files changed
tree: a14df6b72a21b6de6b25bc9ae06a77e997537e3b
  1. .circleci/
  2. .github/
  3. cmake/
  4. docs/
  5. media/
  6. site/
  7. src/
  8. system/
  9. tests/
  10. third_party/
  11. tools/
  12. .clang-format
  13. .editorconfig
  14. .flake8
  15. .gitattributes
  16. .gitignore
  17. .style.yapf
  18. AUTHORS
  19. ChangeLog.md
  20. CONTRIBUTING.md
  21. em++
  22. em++.bat
  23. em++.py
  24. em-config
  25. em-config.bat
  26. emar
  27. emar.bat
  28. emar.py
  29. embuilder.py
  30. emcc
  31. emcc.bat
  32. emcc.py
  33. emcmake
  34. emcmake.bat
  35. emcmake.py
  36. emconfigure
  37. emconfigure.bat
  38. emconfigure.py
  39. emlink.py
  40. emmake
  41. emmake.bat
  42. emmake.py
  43. emranlib
  44. emranlib.bat
  45. emranlib.py
  46. emrun
  47. emrun.bat
  48. emrun.py
  49. emscons
  50. emscons.py
  51. emscripten-version.txt
  52. emscripten.py
  53. emsize.py
  54. LICENSE
  55. package-lock.json
  56. package.json
  57. README.md
README.md

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.