Skip to content

build(deps): bump wasmi from 0.31.2 to 1.1.0 in /rust - #4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust/wasmi-1.1.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust/wasmi-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps wasmi from 0.31.2 to 1.1.0.

Release notes

Sourced from wasmi's releases.

v1.1.0 - 2026/06/12

Changed

  • Updated the wasmparser dependency from v0.228 to v0.239.
  • Add convenience From<{f32,f64}> for Val impls.

v1.0.9 - 2026/02/09

Fixed

  • Fixed a bug that Wasmi's translator would sometimes incorrectly merge copy instructions. #1779

#1779: wasmi-labs/wasmi#1779

v1.0.8 - 2026/01/29

Fixed

  • Fixed another bug with incorrect translation of wide-arithmetic ops followed by local.set. #1762

#1762: wasmi-labs/wasmi#1762

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

... (truncated)

Changelog

Sourced from wasmi's changelog.

1.1.0 - 2026-06-12

Changed

  • Updated the wasmparser dependency from v0.228 to v0.239.
  • Add convenience From<{f32,f64}> for Val impls.

1.0.9 - 2026-02-09

Fixed

  • Fixed a bug that Wasmi's translator would sometimes incorrectly merge copy instructions. #1779

#1779: wasmi-labs/wasmi#1779

1.0.8 - 2026-01-29

Fixed

  • Fixed another bug with incorrect translation of wide-arithmetic ops followed by local.set. #1762

#1762: wasmi-labs/wasmi#1762

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.

... (truncated)

Commits
  • 8273dfb bump Wasmi crate versions
  • d9bfb0f add changelog for Wasmi v1.1.0
  • 178f31b add From<f{32,64}> for Val impls
  • ad3dfa1 make tests pass again with the new wasmparser
  • 8bd169f update remaining wasm-tools dependencies to v239
  • 6ef2a10 fix clippy warnings
  • 3c65c77 update wasmparser dependency
  • 61ba65e bump Wasmi crate versions
  • e9a7fd1 write changelog for Wasmi v1.0.9
  • b9ed41c fix translator for merged copies + add test
  • 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)

Bumps [wasmi](https://github.com/wasmi-labs/wasmi) from 0.31.2 to 1.1.0.
- [Release notes](https://github.com/wasmi-labs/wasmi/releases)
- [Changelog](https://github.com/wasmi-labs/wasmi/blob/v1.1.0/CHANGELOG.md)
- [Commits](wasmi-labs/wasmi@v0.31.2...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates rust Pull requests that update rust code labels Aug 25, 2026
@P4suta

P4suta commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Closed from the bootstrap Dependabot burst. wasmi 1.x requires a coordinated runtime-layer migration, tests, and benchmark review rather than an isolated version bump.

@P4suta P4suta closed this Aug 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor 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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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/rust/wasmi-1.1.0 branch August 25, 2026 11:52
@P4suta

P4suta commented Aug 25, 2026

Copy link
Copy Markdown
Owner

@dependabot reopen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant