Skip to content

Bump wasmi from 0.51.1 to 0.51.5#233

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmi-0.51.5
Open

Bump wasmi from 0.51.1 to 0.51.5#233
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmi-0.51.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps wasmi from 0.51.1 to 0.51.5.

Release notes

Sourced from wasmi's releases.

v0.51.5 - 2025/12/06

Fixed

  • Fixed a bug that Config::set_max_cached_stacks set the recursion limit instead.

v0.51.4 - 2025/12/06

Fixed

  • Fixed a memory leak in ByteBuffer introduced in the last patch.

v0.51.3 - 2025/12/05

Fixed

  • Fixed a bug when trying to grow Memory beyond the system's memory limits.
    • Thanks to Robert T. Morris (RTM) for reporting this bug!

v0.51.2 - 2025-11-18

Fixed

  • Fixed a bug that caused miscalculation of function frame sizes. #1699
    • This only affected Wasm modules with very large functions with well over 30k instructions.
    • This bug was introduced in Wasmi v0.49.0.
  • Fixed a bug that may cause incorrect fuel consumption for some bulk-memory table instructions. #1690

#1699: wasmi-labs/wasmi#1699 #1690: wasmi-labs/wasmi#1690

Changelog

Sourced from wasmi's changelog.

0.51.5 - 2025-12-06

Fixed

  • Fixed a bug that Config::set_max_cached_stacks set the recursion limit instead. #1721

0.51.4 - 2025-12-06

Fixed

  • Fixed a memory leak in ByteBuffer introduced in the last patch. #1722

0.51.3 - 2025-12-05

Fixed

  • Fixed a bug when trying to grow Memory beyond the system's memory limits. #1722
    • Thanks to Robert T. Morris (RTM) for reporting this bug!

0.51.2 - 2025-11-18

Fixed

  • Fixed a bug that caused miscalculation of function frame sizes. #1699
    • This only affected Wasm modules with very large functions with well over 30k instructions.
    • This bug was introduced in Wasmi v0.49.0.
  • Fixed a bug that may cause incorrect fuel consumption for some bulk-memory table instructions. #1690

#1699: wasmi-labs/wasmi#1699 #1690: wasmi-labs/wasmi#1690

Commits
  • 60505fb bump Wasmi crate versions to v0.51.5
  • 68efc33 write changelog for v0.51.5
  • 9022e1f fix Config::set_max_cached_stacks method
  • e00f3ca update Wasmi crate versions to v0.51.4
  • 43f702f write changelog for v0.51.4
  • 5cf204d fix memory leak in ByteBuffer
  • e4a8ffd bump Wasmi crate versions to v0.51.2
  • b46cad4 write changelog for v0.51.3
  • e8b74f3 fix bug in ByteBuffer::grow
  • b6b117a add memory.grow oosm test
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [wasmi](https://github.com/wasmi-labs/wasmi) from 0.51.1 to 0.51.5.
- [Release notes](https://github.com/wasmi-labs/wasmi/releases)
- [Changelog](https://github.com/wasmi-labs/wasmi/blob/main/CHANGELOG.md)
- [Commits](wasmi-labs/wasmi@v0.51.1...v0.51.5)

---
updated-dependencies:
- dependency-name: wasmi
  dependency-version: 0.51.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 8, 2025
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants