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:
Carlo Piovesan 2021-09-15 13:28:22 +02:00
parent fa7886d3a0
commit 0089c68b26

View File

@ -19,7 +19,7 @@ If you are unsure how to start, try our [Tutorial](pages/Tutorial).
What is CheerpJ?
------
<p align="center"><img src="{{site.baseurl}}/assets/cheerpj_visual_2.png" width="450"></p>
<p align="center"><img src="assets/cheerpj_visual_2.png" width="450"></p>
CheerpJ is constituted of three components:
1. 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.