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