Emscripten icon
Emscripten icon

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).

Bananabread - example of program which is written in C++ and OpenGL, and compiles it using Emscripten into JavaScript and WebGL

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
9likes
0comments
0news articles

Features

Suggest and vote on 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 Tip

Recent activities

No activities found.

Emscripten information

  • Developed by

    US flagAlon Zakai
  • Licensing

    Open Source and Free product.
  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all
Emscripten was added to AlternativeTo by piotrex on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What 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