title |
---|
CheerpJ - Convert Java to WebAssembly and JavaScript |
CheerpJ is a Java bytecode to WebAssembly and JavaScript compiler, compatible with 100% of Java, which allows to compile any Java SE application, library or Java applet into a WebAssembly/JavaScript application.
Main project link: https://leaningtech.com/cheerpj/
Link to latest runtime: https://cjrtnc.leaningtech.com/2.3/loader.js
If you are unsure how to start, try our Tutorial.
What is CheerpJ?
CheerpJ is constituted of three components:
- The CheerpJ AOT compiler, an LLVM-based Java-bytecode to JavaScript compiler. This can be used to convert Java archives (e.g. .jar) or single .class files to JavaScript. The CheerpJ AOT compiler is available for Linux, macOS and Windows.
- The CheerpJ runtime library, a full Java SE runtime in WebAssembly and JavaScript, that can be distributed in part or in full with applications converted with CheerpJ.
- The CheerpJ on-the-fly Java-to-JavaScript compiler, a reduced JavaScript version of the CheerpJ compiler that can be distributed with applications converted with CheerpJ to enable dynamic features of Java such as reflection.
What is unique about CheerpJ?
- CheerpJ can convert 100% of Java including reflection and proxy class creation, with no manual intervention on the code.
- CheerpJ works directly on Java bytecode, and does not require access to the Java source code.
- CheerpJ comes with a full Java SE runtime, inclusive of Swing/AWT. It supports audio, printing, and any other Java SE component. The runtime supports WebAssembly for optimal performance and size.
- The JavaScript code generated by CheerpJ is highly optimised and garbage-collectible.
- CheerpJ enables bidirectional Java-JavaScript interoperability. JavaScript libraries, as well as the DOM, can be called and manipulated from Java. Converted Java modules can be invoked from JavaScript.
- CheerpJ supports Java multi-threading. In addition, it allows to create concurrent applications by using WebWorkers.
Getting Started
You can download CheerpJ for Linux, Windows and macOS on our website (https://leaningtech.com/cheerpj/)
To get started with CheerpJ, please refer to the following pages:
Demos
Several demos of CheerpJ can be found at https://leaningtech.com/demo/?cheerpjfilter.
Bugs and Questions
We welcome any feedback and bug report on it through our Issue Tracking.
You can also find us on Gitter.