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