Releases: wasmerio/wasmer
Release 1.0.2
Wasmer 1.0.2 releases with a great number of improvements. Including LLVM 11, improved Singlepass execution, improved Wasm C API implementation and compilation parallelism with LLVM and Native Engine!
Check out the changelog for details on all the changes and fixes.
You can update wasmer
with wasmer self-update
to get the latest release.
1.0.1
Wasmer 1.0.1 releases with a number of bug fixes and follow ups to our 1.0.0 release. Due to a bug in an upstream dependency the wasmer-compiler
crate was not able to compile with the latest dependencies. 1.0.1 ships with a fix for this, see the changelog for more details. Also Included in the 1.0.1 release is an experimental, minified version of wasmer called wasmer-headless
that can only run precompiled Wasm modules. Stay tuned for more information about wasmer-headless
!
1.0.1 also fixes a bug preventing emscripten modules from being detected, improves the WasmerEnv
derive macro, and fixes a bug with the packaging of our Windows release.
Check out the changelog for details on all the changes and fixes.
You can update wasmer
with wasmer self-update
to get the latest release.
1.0.0
🎉 🎉 Wasmer 1.0.0 is here! 🎉 🎉
The new Wasmer API is now fully stabilized and wasmer is better, easier to use, and more stable than ever before. The release of 1.0.0 is a huge milestone but it's just the beginning for us. Stay tuned for more exciting developments!
Check out the changelog for details on all the changes and fixes.
And if you haven't updated to the 1.0.0-* branch yet, check out our migration doc.
You can update wasmer
with wasmer self-update
to get the latest release.
1.0.0-rc1
As we wrap up 2020 and get ready for the new year, wasmer is preparing for a full 1.0.0 release! This release is the first release candidate (rc) for wasmer 1.0.0 which means that unless major issues are found, the wasmer API as it exists now is what the 1.0.0 API will be.
Check out the changelog for details on all the changes and fixes.
You can update wasmer
with wasmer self-update
to get the latest release.
If you're still using Wasmer 0.17.1
or earlier, there's never been a better time to upgrade to the 1.0.0-*
branch! Check out our migration doc and please let us know if you run into any problems! We'd love to have your feedback before stabilizing our APIs!
If you're still on the fence, you can read about CosmWasm's migration to Wasmer 1.0.0-* here!
The future looks bright for Wasmer, we hope your 2021 is as good as ours!
1.0.0-beta2
This release ships with many improvements to the Wasmer Rust and C APIs as well as improved stability, documentation, and ease of use!
Check out the changelog for details on all the changes and fixes.
If you're still using Wasmer 0.17.1
or earlier, there's never been a better time to upgrade to the 1.0.0-*
branch! Check out our migration doc and please let us know if you run into any problems!
You can update wasmer
with wasmer self-update
to get the latest release.
Special thanks to the contributors from the community who helped make this release possible 🎉 🥇 🎉
We appreciate all your feedback on the new Wasmer APIs and will continue to improve them as we ramp up to a 1.0.0 release.
1.0.0-beta1
This release ships with great improvements as we prepare for the final release. Including: support for middleware, a new Context API for passing data to host function environments and support for the new Apple Silicon M1 chips.
Check out the changelog for all the changes and fixes.
You can update wasmer with wasmer self-update
to get the latest release.
We appreciate all the feedback on the new Wasmer APIs and will continue to iterate to make them as good as we can!
Release 1.0.0-alpha5
This release ships with a number of bug fixes across the Wasmer crates and a handful of improvements to Wasmer's implementation of the Wasm C API. As always, check out the changelog for detailed information about our releases.
You can update wasmer with wasmer self-update
to get the latest release.
To pin to a specific Wasmer pre-release version from Rust, use =
before the exact version, for example wasmer = "=1.0.0-alpha5"
.
We appreciate all the feedback on the new Wasmer APIs and will continue to iterate to make them as good possible!
1.0.0-alpha4
This release ships with a number of bug fixes across the Wasmer crates and a handful of improvements to Wasmer's implementation of the Wasm C API. As always, check out the changelog for detailed information about our releases.
You can update wasmer with wasmer self-update
to get the latest release.
To pin to a specific Wasmer pre-release version from Rust, use =
before the exact version, for example wasmer = "=1.0.0-alpha4"
.
We appreciate all the feedback on the new Wasmer APIs and will continue to iterate to make them as good as we can!
1.0.0-alpha3
This release ships with minor bug fixes over the previous release. As always, check out the changelog for detailed information about our releases.
You can update wasmer with wasmer self-update
to get the latest release.
To pin to a specific Wasmer pre-release version from Rust, use =
before the exact version, for example wasmer = "=1.0.0-alpha3"
.
We appreciate all the feedback on the new Wasmer APIs and will continue to iterate to make them as good as we can!
0.17.1
Merge #1483 1483: Prepare for 0.17.1 release r=MarkMcCaskey a=MarkMcCaskey Shipping a patch release ensuring that a bug fix intended to be included in `0.17.0` is shipped (`dbg!` print statement is apparently in `0.17.0` release) # Review - [x] Add a short description of the the change to the CHANGELOG.md file Co-authored-by: Mark McCaskey <[email protected]>