Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 2.16 KB

README.md

File metadata and controls

53 lines (33 loc) · 2.16 KB

Leaning Technologies

We make your C/C++, Java, Flash, and x86 binaries run in the browser.

Interested in compilers, virtual machines, or WebAssembly? 👀 Join our Discord server!

Cheerp

Cheerp is an open-source C/C++ compiler that emits WebAssembly and JavaScript.

  • Port C/C++ libraries to the browser for use in JavaScript
  • Write your web application in high-performance C++
  • Emits best-optimised output without external tooling
  • Stays up-to-date with LLVM/Clang upstream

Repository / Documentation

CheerpJ

CheerpJ is a Java Virtual Machine and runtime for the browser, backed by WebAssembly.

  • 100% compatible with Java 8
  • Full runtime environment for applications, applets, libraries, and Java Web Start / JNLP applications
  • Run any Java library from JavaScript using only its JAR file
  • Java-JavaScript interoperability
  • Supports Swing and AWT
  • Compile and run Java in the browser

Website / Repository / Documentation

CheerpX

CheerpX is an x86 virtual machine for the browser.

Repository / Documentation