Releases: wasmerio/wasmer
Release v4.3.4
This release contains a fix for the webc version resolution logic.
Release v4.3.3
This release mainly contains fixes and refactors to help with the stability. Also some improvements to the cli and journaling.
Release v4.3.2
This release mainly introduces the InstaBoot feature. Numerous bug fixes to the virtual-fs is also included, making it
more robust. Support for the execve syscall is also added to the runtime alongside the ability to spawn local wasm files.
Release v4.3.1
This release adds support for subcommands to generate shell completions and manual pages. Also, number of fixes
to the cli are included to further improve the developer experience. Various bug fixes and stability improvements
are also added to WASIX.
Release v4.3.0
This release stabilizes the new and improved publish and deploy flow. Also, wasmer is 25% faster (on cold startups) and more stable since various fixes and stability improvements are included.
Release v4.3.0-beta.1
This release improves the deploy and publish flow. Also, it contains bug fixes to virtual fs, caching, and a memory corruption issue when unwinding the stack.
Release v4.3.0-alpha.1
This release introduces support for publishing unnamed packages. It also fixes an issue with code generation when using Singlepass and contains fixes to WASIX.
Release v4.2.8
This release improves journal support and improves the performance of the singlepass backend. Also contains fixes to the Edge CLI.
Release v4.2.7
This release adds the wasmer domain
command for DNS records management, and also includes an important fix to the stack_restore
WASIX syscall (used by the longjmp
function).
Release v4.2.6
This release includes a number of DX improvements for the Wasmer CLI, as well as fixes to WASI and its filesystem implementation.