1
0
mirror of https://github.com/leaningtech/cheerpj-meta.git synced 2025-03-15 01:54:48 +01:00

Fix link.

This commit is contained in:
Stefano De Rossi 2020-02-03 15:17:29 +00:00
parent e91f41c53b
commit ad7a31a022

View File

@ -15,7 +15,7 @@ Main project link: <http://www.leaningtech.com/pages/cheerpj>
What is CheerpJ?
------
<p align="center"><img src="https://leaningtech.com/cheerpj/images/cheerpj_visual_2.png" width="450"></p>
<p align="center"><img src="https://oldsite.leaningtech.com/cheerpj/images/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.