WASMtime 0.12 Released For The JIT-Style WebAssembly Runtime

Written by Michael Larabel in Programming on 26 February 2020 at 07:29 PM EST. 9 Comments
PROGRAMMING
Announced last November was the Bytecode Alliance with a goal of running WebAssembly everywhere. This effort by Intel, Red Hat, Mozilla, and others has resulted in a new release today of wasmtime, their JIT-style runtime for WebAssembly on the desktop.

The Bytecode Alliance developers from the different organizations continue working heavily on their Wasmtime JIT runtime, Cranelift low-level code generator, the WAMR micro-runtime, and Lucet sandboxing WebAssembly compiler. Wasmtime v0.12 is the new release out today for their optimizing run-time offering for WebAssembly and WASI (WebAssembly System Interface) on desktops and other non-browser use-cases.

Wasmtime continues to offer a command-line utility for running WASM/WASI files and a library that can be embedded within applications. Wasmtime v0.12 implements a WASI C API, updates the included Cranelift code generator, generated code compiled by the command line is now optimized by default, and various other changes,

Wasmtime 0.12 is available via GitHub including binaries for Linux, Windows, and macOS.
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