Wasmer 2.2 Released With AArch64 Improvements, SSE 4.2 Support For Singlepass

Written by Michael Larabel in Programming on 1 March 2022 at 12:00 AM EST. Add A Comment
PROGRAMMING
Wasmer 2.2 was released on Monday for this WebAssembly (WASM) run-time that aims to "run any code on any client" with this open-source stack working across operating systems / platforms and supporting a variety of programming languages.

Wasmer remains one of the leading WASM run-times with its diverse support and focusing on areas from general desktop applications to "portable ML/AI apps."

The Wasmer 2.2 release has its Singlepass compiler now working on 64-bit Arm (AArch64) for both Linux and macOS operating systems. Singlepass is the Wasmer compiler alternative to using the Cranelift or LLVM compiler paths. Singlepass compiles code at linear time and the compilation performance is "orders of magnitude faster" than Cranelift or LLVM but with small costs to the run-time performance. Another advantage of Singlepass is that it avoids the possibility of JIT bombs.

For those with older Intel/AMD CPUs, the Singlepass compiler in Wasmer 2.2 also adds SSE 4.2 support as an alternative to its AVX paths.

In addition to Singlepass for AArch64, another 64-bit Arm addition with Wasmer 2.2 is now having official support for Apple's M1 processors. Outside of the AArch64 space, there are many bug fixes within Wasmer 2.2.

Learn more about Wasmer 2.2 and downloads via GitHub and the project site at Wasmer.io.
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