update changelog
1 file changed
tree: 59d4238f6791e7c13e26d32944b62c9a5a686d6f
  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. .editorconfig
  13. .flake8
  14. .gitattributes
  15. .gitignore
  16. .style.yapf
  17. AUTHORS
  18. ChangeLog.md
  19. CONTRIBUTING.md
  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. emscons.py
  49. emscripten-version.txt
  50. emscripten.py
  51. LICENSE
  52. package-lock.json
  53. package.json
  54. 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.