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): update wasmer requirement from 2.1.1 to 3.0.1 in /packages/engines #667

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2022

Updates the requirements on wasmer to permit the latest version.

Release notes

Sourced from wasmer's releases.

2.3.0

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's changelog.

2.3.0 - 2022/06/06

Added

  • #2862 Added CI builds for linux-aarch64 target.
  • #2811 Added support for EH Frames in singlepass
  • #2851 Allow Wasmer to compile to Wasm/WASI

Changed

  • #2807 Run Wasm code in a separate stack
  • #2802 Support Dylib engine with Singlepass
  • #2836 Improve TrapInformation data stored at runtime
  • #2864 wasmer-cli: remove wasi-experimental-io-devices from default builds
  • #2933 Rename NativeFunc to TypedFunction.

Fixed

  • #2829 Improve error message oriented from JS object.
  • #2828 Fix JsImportObject resolver.
  • #2872 Fix WasmerEnv finalizer
  • #2821 Opt in sys feature

2.2.1 - 2022/03/15

Fixed

  • #2812 Fixed another panic due to incorrect drop ordering.

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.

... (truncated)

Commits
  • 447c2e3 Merge #2936
  • f01551f lib/cli: add required feature to default binary
  • f4ae255 lib/cache: add default feature in wasmer dependency
  • e43f413 scripts/publish.py: update with new crates/dependencies
  • eb94b1b engine-universal: fix compilation with default features off
  • 3d4aada cli-compiler: fix non-compilation with default features
  • f01ad34 cli-compiler: fix dead_code lint when all features are off
  • 3f68849 universal-artifact: fix compilation without 'compiler' feature
  • 33654c1 Release version 2.3.0
  • c9105a0 Update CHANGELOG.md
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [wasmer](https://github.com/wasmerio/wasmer) to permit the latest version.
- [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.3.0)

---
updated-dependencies:
- dependency-name: wasmer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2022
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.

0 participants