Skip to content

Bump wasmi from 0.40.0 to 1.0.7#2208

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

Bump wasmi from 0.40.0 to 1.0.7#2208
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmi-1.0.7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps wasmi from 0.40.0 to 1.0.7.

Release notes

Sourced from wasmi's releases.

v1.0.7 - 2026/01/09

Fixed

  • Fixed a bug that local.set fusion with some wide-arithmetic ops was working incorrectly. #1756

#1756: wasmi-labs/wasmi#1756

v1.0.6 - 2025/12/25

Fixed

  • Fixed a bug that local preservation of Wasm loops was missing. #1748
    • Thanks to davnavr for reporting the bug.

#1748: wasmi-labs/wasmi#1748

v1.0.5 - 2025/12/19

Fixed

  • Fix a bug in the execution of i{32,64}.rem_s(MAX, -1). rev-1c3682f
    • The Wasm spec demanded to return 0 while Wasmi trapped with integer-overflow.
    • Thanks to davnavr for the detailed bug report.

v1.0.4 - 2025/12/10

Fixed

#1727: wasmi-labs/wasmi#1727

v1.0.3 - 2025/12/06

Fixed

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

v1.0.2 - 2025/12/06

Fixed

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

v1.0.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!

... (truncated)

Changelog

Sourced from wasmi's changelog.

1.0.7 - 2026-01-09

Fixed

  • Fixed a bug that local.set fusion with some wide-arithmetic ops was working incorrectly. #1756

#1756: wasmi-labs/wasmi#1756

1.0.6 - 2025-12-25

Fixed

  • Fixed a bug that local preservation of Wasm loops was missing. #1748
    • Thanks to davnavr for reporting the bug.

#1748: wasmi-labs/wasmi#1748

1.0.5 - 2025-12-19

Fixed

  • Fix a bug in the execution of i{32,64}.rem_s(MAX, -1). rev-1c3682f
    • The Wasm spec demanded to return 0 while Wasmi trapped with integer-overflow.
    • Thanks to davnavr for the detailed bug report.

1.0.4 - 2025-12-10

Fixed

  • Fix Config::set_max_stack_height check. #1727

#1727: wasmi-labs/wasmi#1727

1.0.3 - 2025-12-06

Fixed

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

#1721: wasmi-labs/wasmi#1721

1.0.2 - 2025-12-06

Fixed

... (truncated)

Commits
  • 17ef24d bump Wasmi crate versions to v1.0.7
  • 553f454 write changelog for v1.0.7
  • d3385e2 fix wide-arithmetic local.set result replacement
  • b8b855a add new wide-arithmetic regression tests
  • b28325a bump Wasmi crate versions to v1.0.6
  • 5eba8f3 write changelog for Wasmi v1.0.6
  • db86896 Fix local preservation for Wasm loops (#1749)
  • b549a8f bump Wasmi crate versions to v1.0.5
  • d3b4fdb write changelog for Wasmi v1.0.5
  • 1c3682f fix i{32,64}.rem_s execution + add regression tests
  • 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)

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.40.0 to 1.0.7.
- [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.40.0...v1.0.7)

---
updated-dependencies:
- dependency-name: wasmi
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 13, 2026
@dependabot dependabot bot requested a review from tomaka as a code owner January 13, 2026 21:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 13, 2026
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