Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2023

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

Release notes

Sourced from wasmer-compiler-cranelift's releases.

Release v3.2.1

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v3.2.1"

See full list of changes in the CHANGELOG

Changelog

Sourced from wasmer-compiler-cranelift's changelog.

3.2.1 - 21/04/2023

Some quick fixes for this maintenance release, mainly oriented towards Docs.

Added

  • #3782 Add FreeBSD x86 support

Changed

  • #3786 Made Stack Size parametrable (for #3760)
  • #3805 Wasi runner args
  • #3795 Make sure the compile function passed to runners is Send+Sync
  • #3777 Use webc's compat layer in more places

Fixed

  • #3806 Fixed FunctionEnv migration doc to 3.0
  • #3804 Fixed doc comment in memory_view.rs
  • #3791 Fix doc api

3.2.0 - 18/04/2023

A lot of new features since last stable version: RISCV Support, new Runners (WCGI), API convergence for JS/SYS, and WASI eXtended.

  • RISCV support, on both Cranelift and LLVM Compiler.

  • New Runners, with WCGI as a new one

  • Most WAPM command are now available on the wasmer CLI directly

  • Using Wasmer on sys or js backend is more transparent now, with now support for running wasmer onJavaScriptCore

  • The WASI implementation has undergone a major refactoring, and will continue evolve significantly over the coming months.

    • The old wasmer_wasi crate was deprecated.

    • To continue using WASI, please switch to the new wasmer_wasix crate, which follows a different versioning scheme than the main Wasmer releases. Major changes:

    • An async runtime is now required. The runtime is pluggable, but only tokio is officially supported at the moment.

    • The virtual file system layer was renamed from wasmer-vfs to virtual-fs, and now is built around an async interface that builds on top of tokio::{AsyncRead/Write}

    This refactor will unlock many exciting new features that will be announced soon! Just be aware that you will have to expect some instability and frequent releases with potential breaking changes until our new implementation settles. down.

Added

  • #3706 [CI] Add RISCV in test and build
  • #3765 Added basic support to inode in filestat_get (for #3583 and #3239)
  • #3751 Added some unit testing to singlepass compiler
  • #3752 Added new snapshots tests that use a fixed MIO and TOKIO

... (truncated)

Commits

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-cranelift](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...v3.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/packages/compiler-cranelift/wasmer-compiler-cranelift-3.2.1 branch from c5eba5c to 28652ad Compare May 1, 2023 14:19
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2023

Superseded by #730.

@dependabot dependabot bot closed this May 7, 2023
@dependabot dependabot bot deleted the dependabot/cargo/packages/compiler-cranelift/wasmer-compiler-cranelift-3.2.1 branch May 7, 2023 14:56
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