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

Update wasmer requirement from 4.2 to 5.0 #5

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 29, 2024

Updates the requirements on wasmer to permit the latest version.

Release notes

Sourced from wasmer's releases.

Release v4.2.2

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v4.2.2"

See full list of changes in the CHANGELOG

Changelog

Sourced from wasmer's changelog.

4.2.2 - 04/10/2023

New wasmer version that utilizes the more recent LLVM15 to compile WASM modules. Also adds new application templates for Wasmer Edge.

Added

Changed

  • #4239 Wasmer Deploy CLI with js and py worker templates
  • #4238 Using hard coded package version number in test...
  • #4206 Remove StdioMode::Reserved variant
  • #4234 Migration to LLVM15
  • #4236 Updated tugstsenite

Fixed

4.2.1 - 28/09/2023

New release of wasmer with improved WASIX compatibility. MSRV was bumped to 1.70 for this release.

Now it is possible for packages to execute atoms from their dependencies, enabling e.g. python packages to not include the binary but use the one from the official python package.

Added

  • #4213 feat(wasix): Add BuiltinPackageLoader::insert_cached
  • #4202 Add support for JoinFlags::NON_BLOCKING to proc_join

Changed

  • #4223 Allow packages to have commands that use a dependency's atom
  • #4224 Use write instead of send for pipe, to accomodate socketpair
  • #4221 Bump the MSRV from 1.69 to 1.70
  • #4214 Rephrase the docstring for --forward-host-env flag on wasmer run
  • #4215 Ignore fd_close(3) to avoid breaking POSIX programs that blindly close all file descriptors
  • #4204 Stability improvements

Fixed

  • #4211 Fixes for sockets
  • #4193 Fix sockets
  • #4205 Fix File System Merging Problems

4.2.0 - 05/09/2023

New release of wasmer, with a new 0-copy module deserialization for shorter startup time, some fixes to avoid misaligned pointer acces, and faster internal stack handling, among some other fixes.

Added

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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/main/CHANGELOG.md)
- [Commits](wasmerio/wasmer@v4.2.0...v4.2.2)

---
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 Oct 29, 2024
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