Wasmer 4.0 WebAssembly Implementation Brings WASIX Support
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 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.
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.
15 Comments