Tag version 1.37.30 before LLVM 4.0 -> LLVM 4.0.1 merge
1 file changed
tree: ca4b4e0bdd47f9166b631da1735ebcdfe5db9470
  1. .circleci/
  2. cmake/
  3. docs/
  4. media/
  5. site/
  6. src/
  7. system/
  8. tests/
  9. third_party/
  10. tools/
  11. .gitignore
  12. .travis.yml
  13. AUTHORS
  14. ChangeLog.markdown
  15. CONTRIBUTING.md
  16. Dockerfile
  17. em++
  18. em++.bat
  19. em++.py
  20. em-config
  21. em-config.bat
  22. emar
  23. emar.bat
  24. emar.py
  25. embuilder.py
  26. emcc
  27. emcc.bat
  28. emcc.py
  29. emcmake
  30. emcmake.bat
  31. emcmake.py
  32. emconfigure
  33. emconfigure.bat
  34. emconfigure.py
  35. emlink.py
  36. emmake
  37. emmake.bat
  38. emmake.py
  39. emranlib
  40. emranlib.bat
  41. emrun
  42. emrun.bat
  43. emrun.py
  44. emscons
  45. emscripten-version.txt
  46. emscripten.py
  47. LICENSE
  48. package.json
  49. 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.