GraalVM CE can now sandbox untrusted JavaScript and WebAssembly code! 🚀
As AI generates more and more of the code we run, the ability to execute it safely matters more than ever.
We have more coming that builds on this, so stay tuned!
github.com/oracle/graal/pull…
GraalWasm just got faster! 🔥
The new threaded interpreter delivers significantly better interpreter performance. In interpreter benchmarks, total execution time is reduced by 5-40%!
Details: github.com/oracle/graal/pull…
Excited to speak at #WasmCon Europe next Monday about bringing #WebAssembly to the JVM ecosystem with @GraalVM.
I’ll demo GraalWasm in a Spring Boot app and show how GraalVM can compile JVM apps to Wasm for browser, mobile, and cloud. Join us!
Details: sched.co/2DY2u
GraalVM in action: wouldn't it be cool to move your workload from using 43 replicas to 12, and CPU cores from 15 to 5, reducing resources usage by ~67%? You can do so with @GraalVM Native Image!
Good morning #JFokus!👋
Make sure to catch @shaunmsmith and @fniephaus to ask anything you want to know about GraalVM & WebAssembly, and attend their session on Wednesday!
GraalVM Native Image is ~3.5x faster than SapMachine… 😉
… in @parttimen3rd's version string benchmark.
Why? The `native-image` launcher is a native image itself. So it starts up much faster, and uses fewer CPU and memory resources!
PR with details: github.com/oracle/graal/pull…
WasmGC is coming to GraalWasm, unlocking the power of JVM garbage collectors for #WebAssembly! This will also get GraalWasm a lot closer to implementing the full Wasm 3.0 spec.
Join @shaunmsmith and me at @Jfokus next month to learn more: jfokus.se/talks.html?showid=…
Native Image is an *amazing* technology!
Having a 150mb JAR full of weird compiler stuff (from jrtfs to Swing!) in kotlinc quite easily built with Native Image, and immediately yielding this kind of improvement is outstanding.
Looking forward to what's next 👀
The @Kotlin team at @JetBrains is working on a @GraalVM-compiled kotlinc. Early experiments look very promising:
> So far, a native image with PGO offers a properly "warmed-up" kotlinc and with up to 20% more peak throughput.
Ticket: youtrack.jetbrains.com/issue…
The @Kotlin team at @JetBrains is working on a @GraalVM-compiled kotlinc. Early experiments look very promising:
> So far, a native image with PGO offers a properly "warmed-up" kotlinc and with up to 20% more peak throughput.
Ticket: youtrack.jetbrains.com/issue…
Quarkus continues to focus on native for swift start-up time and low memory footprint. Learn more in By Severin Gehwolf's blog post, "Continued Focus on Native"
buff.ly/UsX1P4Q
It's still amazing to me that I can turn a Scala JVM application into a 20M container image that starts instantly. Thanks @graalvm!
The same project, naively packaged, results in a 665M container and takes a few seconds to start.
Really great to see plans for adding better integrated support for running @graalvm language implementations for JavaScript, Python, and WebAssembly in your Spring applications! github.com/spring-projects/s…
WebAssembly support is now available in MySQL Heatwave!
Compiled code runs at near-native speed, securely sandboxed by GraalVM 🚀
Learn more: blogs.oracle.com/mysql/post/…