wasmerio / wasmer-python

🐍🕸 WebAssembly runtime for Python
https://wasmer.io
MIT License
2k stars 79 forks source link

chore(deps): update wasmer-compiler requirement from 2.1.1 to 4.0.0 in /packages/engines #744

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)
dependabot[bot] commented 1 year ago

Superseded by #754.