Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps wasmi_wasi from 0.46.0 to 1.0.7.

Release notes

Sourced from wasmi_wasi'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_wasi'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

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

Bumps [wasmi_wasi](https://github.com/wasmi-labs/wasmi) from 0.46.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.46.0...v1.0.7)

---
updated-dependencies:
- dependency-name: wasmi_wasi
  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 19, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

Looks like wasmi_wasi is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/cargo/wasmi_wasi-1.0.7 branch January 19, 2026 10:23
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