Skip to content

Releases: wasmerio/wasmer

Release v5.0.1

06 Nov 12:13
19db01a
Compare
Choose a tag to compare

This release adds LLVM support to MacOS ARM64 binaries and contains minor fixes and improvements.

Release v5.0.0

29 Oct 16:43
49b1fcc
Compare
Choose a tag to compare

The main star of this release is the experimental support for three new backends: v8, wamr and wasmi. Also, many dependencies, namely LLVM, Cranelift, and rkyv are updated which bring significant enhancements.

Read more about the announcement here: https://wasmer.io/posts/introducing-wasmer-v5

Release v5.0.0-rc.1

21 Oct 13:01
7db446f
Compare
Choose a tag to compare
Release v5.0.0-rc.1 Pre-release
Pre-release

This is a release candidate as we are preparing for the final release of 5.0

Release v4.4.0

05 Oct 14:09
b2fa4b1
Compare
Choose a tag to compare

This release adds support for object size estimation, adds better proxy support, improves executable spawning, and contains various bug fixes.

Release v4.3.7

09 Sep 09:03
c6c348d
Compare
Choose a tag to compare

This release adds support for rotating secrets, fixes a regression with the filesystem, and contains other fixes and improvements.

Release v4.3.6

22 Aug 12:23
f7b877b
Compare
Choose a tag to compare

The star of this release is the volume subcommand that allows inspecting and interacting with volumes through the client. There are also numerous bug fixes and quality of life improvements included in this release.

Release v4.3.5

16 Jul 19:01
491cba4
Compare
Choose a tag to compare

This release adds support for managing secrets alongside fixes and refactors to help with stability.

Release v4.3.4

08 Jul 23:02
9ef28e9
Compare
Choose a tag to compare

This release contains a fix for the webc version resolution logic.

Release v4.3.3

04 Jul 09:15
525b136
Compare
Choose a tag to compare

This release mainly contains fixes and refactors to help with the stability. Also some improvements to the cli and journaling.

Release v4.3.2

11 Jun 17:09
fb9a04b
Compare
Choose a tag to compare

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.