Skip to content

Bump wasmi from 0.40.0 to 0.50.0#2154

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmi-0.50.0
Closed

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps wasmi from 0.40.0 to 0.50.0.

Release notes

Sourced from wasmi's releases.

v0.50.0 - 2025-08-11

This is supposedly the final release before Wasmi 1.0.0.

Added

  • This version ships with an entirely new Wasm bytecode to Wasmi bytecode translator.
    • The new translator is ~5-10% faster than the old one.
    • Fuel-metering is no longer an afterthought and thus comes nearly for free.
    • The new codebase is much simpler to maintain and reason about.
    • Wasmi bytecode generated by the new translator shows similar performance as the old one.
    • The new translator provides a lot more information to Wasmi's optimizer which allows for new optimizations in upcoming Wasmi releases.
    • PRs: #1512 #1618
  • Add lowerings for xor instructions when used in comparisons.
    • This reduced the number of Wasmi bytecode instructions by a whopping 20 which might have positive effects on execution performance due to decreased cache pressure.
    • PRs: #1625

Changed

  • Removed Wasmi bytecode instructions that are no longer generated by the new translator.
    • This also reduces the number of Wasmi bytecode instructions by 8 which might have positive effects on execution performance due to decreased cache pressure.
    • PRs: #1623 #1624

Internal

  • Remove some Wasmi dependencies.
    • Namely, smallvec, multi-stash and arrayvec.
    • PRs: #1620 #1626

#1512: wasmi-labs/wasmi#1512 #1618: wasmi-labs/wasmi#1618 #1620: wasmi-labs/wasmi#1620 #1626: wasmi-labs/wasmi#1626 #1625: wasmi-labs/wasmi#1625 #1623: wasmi-labs/wasmi#1623 #1624: wasmi-labs/wasmi#1624

v0.49.1 - 2025-08-10

Fixes

  • Fix negated f{32,64}.cmp+select op-code fusion. #1612

#1612: wasmi-labs/wasmi#1612

v0.49.0 - 2025-08-07

This version prepares Wasmi for its 1.0 release.

... (truncated)

Changelog

Sourced from wasmi's changelog.

0.50.0 - 2025-08-11

This is supposedly the final release before Wasmi 1.0.0.

Added

  • This version ships with an entirely new Wasm bytecode to Wasmi bytecode translator.
    • The new translator is ~5-10% faster than the old one.
    • Fuel-metering is no longer an afterthought and thus comes nearly for free.
    • The new codebase is much simpler to maintain and reason about.
    • Wasmi bytecode generated by the new translator shows similar performance as the old one.
    • The new translator provides a lot more information to Wasmi's optimizer which allows for new optimizations in upcoming Wasmi releases.
    • PRs: #1512 #1618
  • Add lowerings for xor instructions when used in comparisons.
    • This reduced the number of Wasmi bytecode instructions by a whopping 20 which might have positive effects on execution performance due to decreased cache pressure.
    • PRs: #1625

Changed

  • Removed Wasmi bytecode instructions that are no longer generated by the new translator.
    • This also reduces the number of Wasmi bytecode instructions by 8 which might have positive effects on execution performance due to decreased cache pressure.
    • PRs: #1623 #1624

Internal

  • Remove some Wasmi dependencies.
    • Namely, smallvec, multi-stash and arrayvec.
    • PRs: #1620 #1626

#1512: wasmi-labs/wasmi#1512 #1618: wasmi-labs/wasmi#1618 #1620: wasmi-labs/wasmi#1620 #1626: wasmi-labs/wasmi#1626 #1625: wasmi-labs/wasmi#1625 #1623: wasmi-labs/wasmi#1623 #1624: wasmi-labs/wasmi#1624

0.49.1 - 2025-08-10

Fixes

  • Fix negated f{32,64}.cmp+select op-code fusion. #1612

#1612: wasmi-labs/wasmi#1612

... (truncated)

Commits

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](https://github.com/wasmi-labs/wasmi) from 0.40.0 to 0.50.0.
- [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...v0.50.0)

---
updated-dependencies:
- dependency-name: wasmi
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 12, 2025
@dependabot dependabot bot requested a review from tomaka as a code owner August 12, 2025 05:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 12, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2025

Superseded by #2157.

@dependabot dependabot bot closed this Aug 13, 2025
@dependabot dependabot bot deleted the dependabot/cargo/wasmi-0.50.0 branch August 13, 2025 21:48
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