1.37.40
2 files changed
tree: 3115a78b3021230782c034c99a5bb3a236a1adde
  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. .travis.yml
  15. AUTHORS
  16. ChangeLog.markdown
  17. CONTRIBUTING.md
  18. Dockerfile
  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. emscripten-version.txt
  48. emscripten.py
  49. LICENSE
  50. package.json
  51. README.md
README.md

emscripten logo

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.