Wasmtime 1.0 Released - Bytecode Alliance Declares It Production Ready

Written by Michael Larabel in Programming on 20 September 2022 at 03:03 PM EDT. 34 Comments
PROGRAMMING
Way back in 2019 Intel, Mozilla, and Red Hat started the Bytecode Alliance as an initiative to promote running WebAssembly "everywhere" and expand the scope of WASM outside of the web browser. After being in development now for three years, Wasmtime 1.0 was released for this production-ready WebAssembly runtime.

Wasmtime is the Bytecode Alliance's "fast and secure runtime for WebAssembly" built atop their Cranelift code generator. Wasmtime leverages the Rust programming language, is fully open-source, and compliant with the WASI standard. Wasmtime also supports integration with C/C++, Python, .NET, Go, and other programming languages while running across Windows / Linux / macOS platforms and more.

Wasmtime 1.0 is summed up by the Bytecode Alliance as "fast, safe and production ready!" Today's v1.0 announcement went on to note:
In truth, we could have called Wasmtime production-ready more than a year ago. But we didn’t want to release just any WebAssembly engine. We wanted to have a super fast and super safe WebAssembly engine. We wanted to feel really confident when we recommend that people choose Wasmtime.

So to make sure it’s production ready for all of you, a number of us in the Bytecode Alliance have been running Wasmtime in production ourselves for the past year. And Wasmtime has been doing great in these production environments, providing a stable platform while also giving us security and speed wins.


Wasmtime has yielded a ~50% performance improvement for Shopify, up to 163% increases in requests-per-second for Fastly when moving away from another WebAssembly engine, and a variety of other organizations have also seen sizable wins when using Wasmtime for their WebAssembly needs.


More details on today's Wasmtime 1.0 production release via BytecodeAlliance.org. Those wanting to download the Wasmtime 1.0 release can find it via GitHub in source form as well as various platform binaries.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week