1
0
mirror of https://github.com/leaningtech/cheerpj-meta.git synced 2025-03-15 01:54:48 +01:00
This commit is contained in:
Alex Bates 2024-01-30 14:40:11 +00:00 committed by GitHub
parent 01cb821f71
commit 4d147f22b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ Both are written in C++ and are compiled to WebAssembly & JavaScript using [Chee
## What's unique about CheerpJ?
1. Extensive support of Java 8, including Swing, reflection and dynamic class loading with no manual intervention on the code.
1. Extensive support for Java 8, including Swing, reflection and dynamic class loading with no manual intervention on the code.
2. CheerpJ works directly on Java bytecode, and does not require access to the Java source code.
3. CheerpJ comes with a full Java SE runtime, inclusive of Swing/AWT. It supports audio, printing, and any other Java SE features. The runtime supports WebAssembly for optimal performance and size.
4. The JavaScript code generated by the CheerpJ JIT is highly optimised and garbage-collectible.