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

emscripten logo

Build Status 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/kripken/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.