Skip to content

Commit

Permalink
publish CheerpJ 3.0 deep dive post
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Nov 29, 2023
1 parent aa3ba15 commit 1c7ad7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/content/blog/cheerpj-3-deep-dive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ authors:
pubDate: "November 29 2023"
heroImage: "./cheerpj3.png"
featured: true
draft: true
tags:
- CheerpJ
---
Expand Down
8 changes: 7 additions & 1 deletion src/content/blog/cheerpj-3.0rc2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ CheerpJ 3.0rc2 is out now! Thank you to the community and all pilot testers for
- Fixed preloading support
- Many other bug fixes and improvements

CheerpJ is a WebAssembly-based JVM that runs fully client side in the browser. Alongside this post, we've written a new post going into detail on CheerpJ 3.0:

import BlogPostCard from "@/components/BlogPostCard.astro";

<BlogPostCard post="cheerpj-3-deep-dive" showMetadata size="wide" />

## Upgrading

This is a release candidate intended for testing and feedback. You can upgrade to CheerpJ 3.0rc2 using the following script tag:
Expand Down Expand Up @@ -83,7 +89,7 @@ Note that:
### Improved font support
CheerpJ now ships fonts for the international character sets.
CheerpJ now ships fonts for international character sets.
## Try CheerpJ 3.0rc2 today
Expand Down

0 comments on commit 1c7ad7b

Please sign in to comment.