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

emscripten logo

CircleCI

Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc (DragonEgg) or clang, or any other language that can be converted into LLVM - and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).

Links to demos, tutorial, FAQ, etc: https://github.com/emscripten-core/emscripten/wiki

Main project page: http://emscripten.org

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.