Skip to content

Commit a7701dc

Browse files
committed
Added badge and link
1 parent 2672837 commit a7701dc

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

content/blog/cheerpj-3-deep-dive.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,16 @@ CheerpJ was originally released in 2017, quickly becoming Leaning Technologies'
3939

4040
CheerpJ 3.0 (old version) introduces a completely new JIT-based architecture which makes the tool faster, more usable and much more powerful. [CheerpJ 3.0 was released in January 2024](/blog/cheerpj-3.0), with support for Java 8. Thanks to its new runtime architecture, subsequent releases of CheerpJ will expand its support to more recent LTS releases of Java, starting from Java 11.
4141

42-
**CheerpJ 3.1 Released!** Check out the latest version of CheerpJ with exciting new features and improvements! [Learn more about 3.1 here](https://labs.leaningtech.com/blog/cheerpj-3.1).
42+
<div class="flex items-center gap-2">
43+
<input
44+
type="button"
45+
class="px-2 py-1 text-xs font-bold text-white bg-red-600 rounded"
46+
value="NEW UPDATE"
47+
disabled
48+
/>
49+
**CheerpJ 3.1 Released!** Check out the [latest version of
50+
CheerpJ](https://labs.leaningtech.com/blog/cheerpj-3.1)!
51+
</div>
4352

4453
## What can CheerpJ do?
4554

content/blog/cheerpj-3.0.mdx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,21 @@ exciting demo we've been working on.
3737
/>
3838
</div>
3939

40-
**CheerpJ 3.1 Released!** Check out the latest version of CheerpJ with exciting new features and improvements!
41-
[Learn more about 3.1 here](https://labs.leaningtech.com/blog/cheerpj-3.1).
42-
43-
---
44-
45-
CheerpJ 3.0 is a **full re-write** of CheerpJ that draws from the lessons learned from 7 years of enterprise and community use of the tool, as well as from several of our other WebAssembly-based projects, particularly [CheerpX](/cheerpx), an x86-to-WebAssembly virtualization solution.
40+
CheerpJ 3.0 (old version) is a **full re-write** of CheerpJ that draws from the lessons learned from 7 years of enterprise and community use of the tool, as well as from several of our other WebAssembly-based projects, particularly [CheerpX](/cheerpx), an x86-to-WebAssembly virtualization solution.
4641

4742
We believe that this release brings a new era for deploying large scale Java applications on the Web, and for integrating Java libraries into Web apps. This is a moment of great pride for us at Leaning Technologies, and is the culmination of two years of extremely focused work on the new CheerpJ 3.0 architecture.
4843

44+
<div class="flex items-center gap-2">
45+
<input
46+
type="button"
47+
class="px-2 py-1 text-xs font-bold text-white bg-red-600 rounded"
48+
value="NEW UPDATE"
49+
disabled
50+
/>
51+
**CheerpJ 3.1 Released!** Check out the [latest version of
52+
CheerpJ](https://labs.leaningtech.com/blog/cheerpj-3.1)!
53+
</div>
54+
4955
## What is CheerpJ?
5056

5157
CheerpJ is a full WebAssembly-based JVM replacement for the browser, and comes with a complete OpenJDK runtime. Thanks to multiple architectural innovations CheerpJ is now an extremely powerful tool, designed to work at the scale of real-world Enterprise applications.

0 commit comments

Comments
 (0)