Wasmer 5.0 WebAssembly Runtime Released With V8, WAMR & WASMI Backends

Written by Michael Larabel in Programming on 30 October 2024 at 05:48 AM EDT. Add A Comment
PROGRAMMING
Wasmer 5.0 is now available as the latest major update to this WebAssembly (WASM) runtime focused on being able to allow developers to write "universal apps" that will run anywhere thanks to the power and versatility of WebAssembly.

Wamser 5.0 ships three new back-ends: V8, WASMI & WAMR. V8 is most often associated as Google's high performance JavaScript engine used by Chrome, but V8 is also a WebAssembly engine and can now be used as an optional (experimental) back-end in Wasmer 5.0. WASMI is another new experimental option and is a lightweight WebAssembly interpreter focused on constrained and embedded systems. Lastly, WAMR is the WebAssembly Micro Runtime developed by the Bytecode Alliance. WAMR is focused on lightweight, high performance use-cases from embedded to IoT to edge to Trusted Execution Environments.

Wasmer logo


Wasmer 5.0 also ships with updated dependencies, experimental LoongArch 64-bit support on LLVM, drops EmScripten support, and has a variety of fixes and other changes.

Wasmer 5.0 for this WebAssembly runtime can be downloaded from GitHub.
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