wasmer

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

MIT License

Downloads
39.7M
Stars
18.2K
Committers
195

Bot releases are visible (Hide)

wasmer - 2.3.0

Published by github-actions[bot] over 2 years ago

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.

wasmer - Release 2.2.1

Published by github-actions[bot] over 2 years ago

The Wasmer 2.2.1 fixes a small issue regarding memory handling.

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.

wasmer - v2.2.0

Published by github-actions[bot] over 2 years ago

The upcoming Wasmer 2.2 release features significant advancements.
Wasmer is reintroducing Aarch64 compatibility for our Singlepass compiler. The new release also fully supports the much anticipated Apple M1 processor.

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.

wasmer - Release 2.2.0-rc2

Published by github-actions[bot] over 2 years ago

Wasmer 2.2.0-rc2 releases with some bug fixes.

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.

wasmer - Release 2.2.0-rc1

Published by github-actions[bot] over 2 years ago

Wasmer 2.2.0-rc1 releases with AArch64 support for the Singlepass compiler as well as some bug fixes.

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.

wasmer - Release 2.1.1

Published by github-actions[bot] almost 3 years ago

Wasmer 2.1.1 releases with a number of bug fixes and follow ups to our 2.1.0 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.

wasmer - Release 2.1.0

Published by github-actions[bot] almost 3 years ago

Wasmer 2.1.0 releases with a great number of improvements including Wasmer JS, a virtual FS, better VM internals and more.

For more information check out our release blog post.

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.

wasmer - 2.0.0

Published by github-actions[bot] over 3 years ago

Wasmer 2.0.0 releases with a great number of improvements with very few breaking changes in the public APIs since 1.0.0. The most notable changes since 1.0.0 are:

  • More optimal float handling with the LLVM compiler (up to +50% faster runtime speeds!)
  • Usage of the new Cranelift backend architecture (+40% faster runtime speed)
  • 70% faster deserialization speeds
  • Improvements on stability and resiliency of the runtime

For more information check out our release blog post.

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.

wasmer - 2.0.0-rc2

Published by github-actions[bot] over 3 years ago

Wasmer 2.0.0-rc2 releases with a quick fix for the Wasmer CLI. The wasmer-* crates are unaffected by this update. This release fixes a bug causing wasmer --version to not output the version, this bug affected wapm and other tools relying on the output of the --version flag from wasmer.

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.

wasmer - 2.0.0-rc1

Published by github-actions[bot] over 3 years ago

Wasmer 2.0.0-rc1 releases with a great number of improvements. All public APIs remain the same, with a few exceptions on internal APIs that will not affect 99% of current users. The most notable changes are:

  • More optimal float handling with the LLVM compiler (up to +50% faster runtime speeds!)
  • Usage of the new Cranelift backend architecture (+40% faster runtime speed)
  • 70% faster deserialization speeds
  • Improvements on stability and resiliency of the runtime

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.

wasmer - Release 1.0.2

Published by github-actions[bot] over 3 years ago

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.

wasmer - 1.0.1

Published by github-actions[bot] almost 4 years ago

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.

wasmer - 1.0.0

Published by github-actions[bot] almost 4 years ago

🎉 🎉 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.

wasmer - 1.0.0-rc1

Published by github-actions[bot] almost 4 years ago

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!

wasmer - 1.0.0-beta2

Published by github-actions[bot] almost 4 years ago

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 🎉 🥇 🎉

  • @webmaster128
  • @TheLostLambda
  • @Horki

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.

wasmer - 1.0.0-beta1

Published by github-actions[bot] almost 4 years ago

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!

wasmer - Release 1.0.0-alpha5

Published by github-actions[bot] almost 4 years ago

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!

wasmer - 1.0.0-alpha4

Published by github-actions[bot] about 4 years ago

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!

wasmer - 1.0.0-alpha3

Published by github-actions[bot] about 4 years ago

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!

wasmer - 0.17.1

Published by syrusakbary over 4 years ago

Package Rankings
Top 1.27% on Crates.io