Important
For packaging purposes, use the provided wasmer-full-source.tar.xz, which includes all required submodules.
This release adds:
- Async JavaScript API with JSPI support.
- Experimental artifact format across LLVM, Cranelift, and Singlepass on all Linux targets, including GDB/LLDB profiling support.
- Full multi-memory support across all compiler backends.
- Multi-value host functions for Cranelift and LLVM.
- New CLI capabilities for cronjobs, app CDN cache management, and offline dependency resolution.
- C API support for externref and funcref.
- Page-granular mmap support through the updated WASIX libc.
- Windows support has been removed from the Sys compiler backends, including Singlepass.
- LLVM support for the RV32 target has been removed.
See full list of changes in the CHANGELOG
Install this version of wasmer:
curl https://get.wasmer.io -sSfL | sh -s "v7.3.0"