blob: 892b36ed589dc766ad361befe6867bb1d57ea759 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Emscripten
==========
Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc 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).
See http://emscripten.org for project info, getting started, FAQ, etc.
See LICENSE.txt for copyright, redistribution and warranty info.
|