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-compiler requirement from 3.1.1 to 4.0.0 #24

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Updates the requirements on wasmer-compiler to permit the latest version.

Release notes

Sourced from wasmer-compiler's releases.

Release v4.0.0

Install this version of wasmer:

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

See full list of changes in the CHANGELOG

Changelog

Sourced from wasmer-compiler's changelog.

4.0.0 - 22/06/2023

Some more behind-the-scene unification and bug fixe since the last beta, mostly on the CLI, but make sure to check all the other changes of the previous beta and alpha release if you came from last stable version.

Added

  • #4013 Added a WasmerEnv abstraction to the CLI

Changed

  • #4021 Put all cached artifacts under the ~/.wasmer/cache/ directory
  • #4018 Canonicalize the host path passed to --mapdir
  • #4019 Make sure ExecutableTarget::from_file() for *.wasm files checks the module cache
  • #4022 [CI] Defined wich nightly to use to avoid not ready error
  • #4001 deps: Bump edge CLI
  • #4012 update links in Wasmer's README
  • #3985 Display human-friendly progress when starting wasmer run
  • #4004 Ignoring archived package versions when querying the registry
  • #3980 Re-work logging and command-line argument parsing
  • #3983 Introduce WAPM query caching to reduce wasmer run's startup delay
  • #4002 [RISCV64][CI] Use simpler way to install riscv64 packages

Fixed

4.0.0-beta.3 - 15/06/2023

More fixes and improvement to the virtual filesystem, and behind the scene work to unify wasmer tools for this new beta. RISC-V will now be built on newest Bookworm Debian release.

Added

  • #3990 fix(cli): Fix deploy command and add some aliases

Changed

  • #3998 deps: Upgrade edge cli
  • #3989 OverlayFS now has COW
  • #3991 Renamed most appearances of Wapm to Wasmer
  • #3992 [CI][RISCV64] Try to use bookworm debian instead of sid

Fixed

4.0.0-beta.2 - 09/06/2023

... (truncated)

Commits
  • 77898a7 Merge pull request #4023 from wasmerio/release-4.0.0
  • 8c69fd6 Merge branch 'master' into release-4.0.0
  • 7201dec Merge pull request #4024 from wasmerio/wasmer-run-cache
  • ebe590e Wrapped the compilation step in its own span for timing purposes
  • 4b772ec Make sure we save a compiled *.wasm after compiling it
  • 8acd62a Add "Cache hit!" log messages to each of the module cache implementations
  • 98d40c2 Bumped v0.x crates too
  • 6b90661 Added manual CHANGELOG
  • aa20e70 Release 4.0.0
  • fbac098 Update CHANGELOG
  • Additional commits viewable in compare view

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)

Updates the requirements on [wasmer-compiler](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@v3.1.1...v4.0.0)

---
updated-dependencies:
- dependency-name: wasmer-compiler
  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 Jun 26, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

Superseded by #26.

@dependabot dependabot bot closed this Jul 31, 2023
@dependabot dependabot bot deleted the dependabot/cargo/wasmer-compiler-4.0.0 branch July 31, 2023 13:38
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