Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump wasmer-derive from 2.1.1 to 2.2.0 #748

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps wasmer-derive from 2.1.1 to 2.2.0.

Release notes

Sourced from wasmer-derive's releases.

v2.2.0

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.

Release 2.2.0-rc2

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.

Release 2.2.0-rc1

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.

Changelog

Sourced from wasmer-derive's changelog.

2.2.0 - 2022/02/28

Added

  • #2775 Added support for SSE 4.2 in the Singlepass compiler as an alternative to AVX.
  • #2805 Enabled WASI experimental I/O devices by default in releases.

Fixed

  • #2795 Fixed a bug in the Singlepass compiler introduced in #2775.
  • #2806 Fixed a panic due to incorrect drop ordering of Module fields.

2.2.0-rc2 - 2022/02/15

Fixed

  • #2778 Fixed f32_load/f64_load in Singlepass. Also fixed issues with out-of-range conditional branches.
  • #2786 Fixed a potential integer overflow in WasmPtr memory access methods.
  • #2787 Fixed a codegen regression in the Singlepass compiler due to non-determinism of HashSet iteration.

2.2.0-rc1 - 2022/01/28

Added

  • #2750 Added Aarch64 support to Singlepass (both Linux and macOS).
  • #2753 Re-add "dylib" to the list of default features.

Changed

  • #2747 Use a standard header for metadata in all serialized modules.
  • #2759 Use exact version for Wasmer crate dependencies.

Fixed

  • #2769 Fixed deadlock in emscripten dynamic calls.
  • #2742 Fixed WASMER_METADATA alignment in the dylib engine.
  • #2746 Fixed invoking wasmer binfmt register from $PATH.
  • #2748 Use trampolines for all libcalls in engine-universal and engine-dylib.
  • #2766 Remove an attempt to reserve a GPR when no GPR clobbering is occurring.
  • #2768 Fixed serialization of FrameInfo on Dylib engine.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wasmer-derive](https://github.com/wasmerio/wasmer) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md)
- [Commits](wasmerio/wasmer@2.1.1...2.2.0)

---
updated-dependencies:
- dependency-name: wasmer-derive
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2022
@utam0k utam0k merged commit 0abff50 into main Mar 1, 2022
@dependabot dependabot bot deleted the dependabot/cargo/wasmer-derive-2.2.0 branch March 1, 2022 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant