<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/webassembly-on-the-jvm-feature-evolution-performance-and-the-transition-to-endive-ojqefrjid" -->

---
title: WebAssembly on the JVM: Feature Evolution, Performance,...
description: Andrea Peruffo discusses WebAssembly&#x27;s evolution beyond the browser and its growing role on the server-side JVM. Key topics include performance improvements in...
canonical: https://daily.dev/posts/webassembly-on-the-jvm-feature-evolution-performance-and-the-transition-to-endive-ojqefrjid
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: WebAssembly on the JVM: Feature Evolution, Performance, and the Transition to Endive | daily.dev
og:description: Andrea Peruffo discusses WebAssembly&#x27;s evolution beyond the browser and its growing role on the server-side JVM. Key topics include performance improvements in...
og:url: https://daily.dev/posts/webassembly-on-the-jvm-feature-evolution-performance-and-the-transition-to-endive-ojqefrjid
og:image: https://api.daily.dev/og/posts/oJQEfrjId.png
og:image:alt: WebAssembly on the JVM: Feature Evolution, Performance, and the Transition to Endive
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# WebAssembly on the JVM: Feature Evolution, Performance, and the Transition to Endive

**[InfoQ](https://daily.dev/sources/infoq)** · 29 min read · 4 upvotes · 0 comments

## Summary

Andrea Peruffo discusses WebAssembly's evolution beyond the browser and its growing role on the server-side JVM. Key topics include performance improvements in Wasm runtimes — from pure interpreters to JIT compilation and Cranelift-based assembly generation — achieving near-native speeds. Real-world production use cases are covered, including edge computing platforms (Cloudflare, Fastly), CPython UDFs in Trino, QuickJS embedded in Spring Boot apps via Microcks, and Helm 4 plugin support via Wazero. The Wasm Component Model and WASI P2/P3 standards are explained as enabling cross-language interoperability. A major announcement is made: the Chicory JVM Wasm runtime is being forked and rebranded as "Endive" under the Bytecode Alliance foundation, separating it from any single company to ensure long-term community-driven development.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.infoq.com/podcasts/feature-evolution-performance-transition-endive>

## Similar posts on daily.dev

- [Endive 1.0 Is Here: Wasm on the JVM Ships Under the Bytecode Alliance](https://daily.dev/posts/endive-1-0-is-here-wasm-on-the-jvm-ships-under-the-bytecode-alliance-mbjstf9zz) · Foojay.io · 1 upvotes · 0 comments
- [foojay – a place for friends of OpenJDK](https://daily.dev/posts/foojay-a-place-for-friends-of-openjdk-zngoj4bsc) · Foojay.io · 1 upvotes · 1 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#java](https://daily.dev/tags/java), [#webassembly](https://daily.dev/tags/webassembly), [#jvm](https://daily.dev/tags/jvm)

[View this post on daily.dev](https://daily.dev/posts/webassembly-on-the-jvm-feature-evolution-performance-and-the-transition-to-endive-ojqefrjid)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"WebAssembly on the JVM: Feature Evolution, Performance, and the Transition to Endive","url":"https://daily.dev/posts/webassembly-on-the-jvm-feature-evolution-performance-and-the-transition-to-endive-ojqefrjid","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/webassembly-on-the-jvm-feature-evolution-performance-and-the-transition-to-endive-ojqefrjid"},"datePublished":"2026-08-03T11:07:18.127Z","dateModified":"2026-08-03T12:24:26.182Z","description":"Andrea Peruffo discusses WebAssembly's evolution beyond the browser and its growing role on the server-side JVM. Key topics include performance improvements in...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/26d0f022eb132f8dfae47f148588432f?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/26d0f022eb132f8dfae47f148588432f?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"InfoQ","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"InfoQ","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/afc3bced3e1e4b188dd9127017a60e0c","url":"https://daily.dev/sources/infoq"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/webassembly-on-the-jvm-feature-evolution-performance-and-the-transition-to-endive-ojqefrjid","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":4},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"webdev,java,webassembly,jvm","timeRequired":"PT29M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"InfoQ","item":"https://daily.dev/sources/infoq"},{"@type":"ListItem","position":3,"name":"WebAssembly on the JVM: Feature Evolution, Performance, and the Transition to Endive"}]}
```

