Skip to content

Bump wasmi from 0.42.1 to 0.47.2#1211

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

Bump wasmi from 0.42.1 to 0.47.2#1211
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmi-0.47.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps wasmi from 0.42.1 to 0.47.2.

Release notes

Sourced from wasmi's releases.

v0.47.2 - 2025/12/06

Fixed

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

v0.47.1 - 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.47.0 - 2025-05-30

Changed

  • Remove the downcast-rs dependency from Wasmi crates. #1517
  • Bump the minimum supported Rust version (MSRV) to Rust 1.86. #1518
    • This change was necessitated by the removal of downcast-rs.

Internal

  • Lower select instructions more aggressively. #1526
    • This significantly reduced the number of different select instruction variants and thus might have positive effects on Wasmi's execution performance.

#1517: wasmi-labs/wasmi#1517 #1518: wasmi-labs/wasmi#1518 #1526: wasmi-labs/wasmi#1526

v0.46.0 - 2025-05-08

Changed

  • Store<T>::new no longer requires T: 'static. #1507
    • The T: 'static requirement was introduced in v0.45.0 in #1449.
  • Improve host function call performance. #1506

Internal

  • Updated dependencies. #1509

#1449: wasmi-labs/wasmi#1449 #1506: wasmi-labs/wasmi#1506 #1507: wasmi-labs/wasmi#1507 #1509: wasmi-labs/wasmi#1509

v0.45.0 - 2025-05-06

Added

  • Added support for Wasm function call resumption after running out of fuel. #1498
    • This feature is very useful when using Wasmi inside a scheduler that works with

... (truncated)

Changelog

Sourced from wasmi's changelog.

0.47.2 - 2025-12-06

Fixed

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

0.47.1 - 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.47.0 - 2025-05-30

Changed

  • Remove the downcast-rs dependency from Wasmi crates. #1517
  • Bump the minimum supported Rust version (MSRV) to Rust 1.86. #1518
    • This change was necessitated by the removal of downcast-rs.

Internal

  • Lower select instructions more aggressively. #1526
    • This significantly reduced the number of different select instruction variants and thus might have positive affects on Wasmi's execution performance.

#1517: wasmi-labs/wasmi#1517 #1518: wasmi-labs/wasmi#1518 #1526: wasmi-labs/wasmi#1526

0.46.0 - 2025-05-08

Changed

  • Store<T>::new no longer requires T: 'static. #1507
    • The T: 'static requirement was introduced in v0.45.0 in #1449.
  • Improve host function call performance. #1506

Internal

  • Updated dependencies. #1509

#1506: wasmi-labs/wasmi#1506 #1507: wasmi-labs/wasmi#1507 #1509: wasmi-labs/wasmi#1509

0.45.0 - 2025-05-06

... (truncated)

Commits
  • 852223a bump Wasmi crate versions to v0.47.2
  • 4277ec7 write changelog for v0.47.2
  • 94c7219 fix memory leak in ByteBuffer implementation
  • a2a4616 bump Wasmi crate versions to v0.47.1
  • cc6625c write changelog for v0.47.1
  • fc7c909 fix bug in ByteBuffer::grow with oosm
  • af88dba add test for ByteBuffer::grow oosm
  • 572b76c Prepare release for Wasmi v0.47 (#1529)
  • e6ea6e6 Update dependencies (#1527)
  • 9c95418 Lower select instructions to reduce number of variants (#1526)
  • 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.

Bumps [wasmi](https://github.com/wasmi-labs/wasmi) from 0.42.1 to 0.47.2.
- [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.42.1...v0.47.2)

---
updated-dependencies:
- dependency-name: wasmi
  dependency-version: 0.47.2
  dependency-type: direct:production
...

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