Skip to content

Commit

Permalink
Merge pull request #183 from leaningtech/text_edits
Browse files Browse the repository at this point in the history
text edits on readme
  • Loading branch information
GabrielaReyna committed Jan 30, 2024
2 parents 096fb76 + 0b6f9e3 commit 01cb821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Both are written in C++ and are compiled to WebAssembly & JavaScript using [Chee

## What's unique about CheerpJ?

1. CheerpJ can handle 100% of Java 8, including Swing, reflection and dynamic class loading with no manual intervention on the code.
1. Extensive support of 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.
Expand Down

0 comments on commit 01cb821

Please sign in to comment.