Wasmer 4.0 WebAssembly Implementation Brings WASIX Support

Written by Michael Larabel in Programming on 22 June 2023 at 12:08 PM EDT. 15 Comments
PROGRAMMING
Wasmer is an open-source WebAssembly implementation that is focused on running sandboxed applications everywhere thanks to the power of WASM while being as performant as traditional native applications. Today marks the availability of Wasmer 4.0 as another step forward for this project.

One of the big changes with Wasmer 4.0 is adding support for WASIX, a super-set of the WebAssembly System Interface (WASI) that is an ABI focused on WebAssembly for desktop applications outside of the traditional web browser sense. WASIX.org describes itself as:
"WASIX is the long term stabilization and support of the existing WASI ABI plus additional non-invasive syscall extensions that complete the missing gaps sufficiently enough to enable real, practical and useful applications to be compiled and used now. It aims to speed up the ecosystem around the WASI so that the Wasm’ification of code bases around the world can really start today!"

WASIX has full support for multi-threading, expanded network capabilities, and much more.

Wasmer 4.0 also brings support for GDB JIT debugging, more async threading work, MinGW support, resolver improvements, better virtual file-system, and various fixes.


Wasmer 4.0 downloads are available from GitHub. Learn more about this interesting WebAssembly implementation for running apps anywhere via 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