Skip to content

build(deps): bump wasmer from 4.4.0 to 7.2.0 in /plug.app/rt - #7

Closed
dependabot[bot] wants to merge 6 commits into
trunkfrom
dependabot/cargo/plug.app/rt/wasmer-7.2.0
Closed

build(deps): bump wasmer from 4.4.0 to 7.2.0 in /plug.app/rt#7
dependabot[bot] wants to merge 6 commits into
trunkfrom
dependabot/cargo/plug.app/rt/wasmer-7.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown

Bumps wasmer from 4.4.0 to 7.2.0.

Release notes

Sourced from wasmer's releases.

Release v7.2.0

[!IMPORTANT] For packaging purposes, use the provided wasmer-full-source.tar.xz, which includes all required submodules.

This release adds:

  • Cranelift Exception Handling on Mach-O (#6712) - EH support extended to macOS.
  • New CLI package commands: wasmer package show (#6716) and wasmer package search (#6715) for discovering and inspecting packages from the command line.
  • Experimental interruptable WASM computation (#6075) - ability to interrupt running WebAssembly.
  • Baremetal trap-handler backend (#6683) - new lightweight trap handler for the VM.
  • Dropped WAMR and Wasmi backends (#6500) - simplifying the engine ecosystem.
  • Dropped x86_64-darwin target (#6506) - Apple Silicon-only on macOS going forward.
  • Better CPU scaling via parallel compilation revamp (#6153) for LLVM and Cranelift.
  • Singlepass: track maximum stack usage (#6696) - better memory accounting.
  • Various improvement to the WASIX networking (#6741, #6738, #6718).
  • LLVM backend upgraded to 22.1 (#6300).
  • V8 backend resurected and covered in CI (#6673).
  • Embedded Globals and funcref Table in VMContext (#6290) - layout optimization.

See full list of changes in the CHANGELOG

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v7.2.0"

Release v7.2.0-rc.1

Install this version of wasmer:

This is a release candidate as we are preparing for the final release of 7.2.

curl https://get.wasmer.io -sSfL | sh -s "v7.2.0-rc.1"

See full list of changes in the CHANGELOG

Release v7.2.0-alpha.3

Install this version of wasmer:

This is an alpha candidate as we are preparing for the final release of 7.2.

curl https://get.wasmer.io -sSfL | sh -s "v7.2.0-alpha.3"

See full list of changes in the CHANGELOG

Release v7.2.0-alpha.2

... (truncated)

Changelog

Sourced from wasmer's changelog.

7.2.0 - 30/06/2026

Added

  • #6761 Added wasm-c-api-imports
  • #6734 cli: add namespace create command
  • #6755 fix: address 3 CVEs
  • #6617 Improve dependency unification + add 'package tree' command

Changed

  • #6762 deps: RUSTSEC-2026-0190 (update anyhow)
  • #6752 Wasm c api wasix
  • #6747 Wasm c api exports as imports
  • #6754 Document libpolly installation in LLVM setup instructions

Fixed

7.2.0-rc.1 - 24/06/2026

Added

  • #6716 feat(cli): add package show
  • #6712 feat(Cranelift): add support for EH on Mach-O
  • #6726 Added test for setsockopt()
  • #6725 Added test create nonblocking socket
  • #6724 Added loopback reverse lookup test
  • #6715 feat(cli,sdk,backend-api): add package search
  • #6700 chore: address cargo warnings + adjust .vscode/settings.json
  • #6686 Add proc_spawn3 and proc_exec4, avoiding the \n delimited argv and envp from older syscalls
  • #6672 Add two variants of the sqrt libcall
  • #6665 chore: address build/clippy warnings
  • #6664 test(wasix): add getaddrinfo AF_INET family filtering regression test

Changed

  • #6741 UDP Datagram Receive, Readiness, and Backlog
  • #6738 Connected udp peer state
  • #6718 Last socket error
  • #6735 deps: update to latest SemVer-breaking versions
  • #6736 test: enable 3 more WASIX tests
  • #6707 CI: skip linux-musl for PRs
  • #6696 feat(Singlepass): track maximum stack usage for functions
  • #6695 chore: shorten test names
  • #6703 chore(V8): small clean-up
  • #6683 feat(vm): baremetal trap-handler backend
  • #6648 test(wasix): port wasi-wast tests to wasm harness

... (truncated)

Commits
  • 93bd021 Merge pull request #6765 from wasmerio/release-7.2.0
  • 0df3ae9 Release 7.2.0
  • 9eaf8a5 Update CHANGELOG
  • 6e9c4f9 Added wasm-c-api-imports (#6761)
  • 11913fc deps: RUSTSEC-2026-0190 (update anyhow) (#6762)
  • d3d263b cli: remove redundant namespace create tests
  • c5c2485 cli: add namespace create command
  • 0d18abb Merge pull request #6755 from wasmerio/cves-cherry-pick-v2
  • 108ea1d fix: CVE - unbounded host alloc in sock_recv and sock_recv_from (#3)
  • 16e0813 fix: unbounded host alloc in poll_oneoff (#4)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@989tqT
989tqT force-pushed the trunk branch 10 times, most recently from 988458e to 8f3f678 Compare July 11, 2026 08:11
@989tqT 989tqT closed this Jul 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/plug.app/rt/wasmer-7.2.0 branch July 14, 2026 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant