

Emscripten
9 likes
Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
Features
No features, maybe you want to suggest one?
Tags
- cpp-to-javascript
- c-to-javascript
- python-to-javascript
- desktop-to-web
- llvm-to-javascript
- llvm
- transcompiler
- cpp-to-web
Emscripten News & Activities
Highlights All activities
Recent News
No news, maybe you know any news worth sharing?
Share a News TipRecent activities
No activities found.
Emscripten information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is Emscripten?
Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).
Using Emscripten, you can
- Compile C and C++ code into JavaScript and run that on the web
- Run code in languages like Python as well, by compiling CPython from C to JavaScript and interpreting code in that on the web






