Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wasmi from 0.36.0 to 0.38.0 #1981

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Bump wasmi from 0.36.0 to 0.38.0 #1981

merged 2 commits into from
Oct 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps wasmi from 0.36.0 to 0.38.0.

Release notes

Sourced from wasmi's releases.

v0.38.0 - 2024-10-06

Added

  • Add no-hash-maps crate feature to Wasmi CLI and enable it by default. #1225

Internal

  • Rename various instructions and add ShiftAmount abstraction. #1221
  • Use Rust's ControlFlow utility. #1223
  • Use get_memory in load and store execution handlers. #1224

#1221: wasmi-labs/wasmi#1221 #1223: wasmi-labs/wasmi#1223 #1224: wasmi-labs/wasmi#1224 #1225: wasmi-labs/wasmi#1225

v0.37.2 - 2024-10-04

Added

  • Added a new extra-checks crate feature to the wasmi crate. #1217

    • This improves unreachability checks in when debug-assertions or extra-checks are enabled.
    • If extra-checks are disabled, some technically unnecessary runtime checks are no longer performed.
    • Use extra-checks if your focus is on safety, disable if your focus is on performance.

Fixed

  • Fixed a bug in local preservation when translating Wasm loop control flow. #1218

#1217: wasmi-labs/wasmi#1217 #1218: wasmi-labs/wasmi#1218

v0.37.1 - 2024-10-01

Fixed

  • Fixed a bug in select translation constant propagation. #1213

#1213: wasmi-labs/wasmi#1213

v0.37.0 - 2024-09-30

Added

  • Added support for Wasm multi-memory proposal. #1191
  • Added Store::call_hook API. #1144

Changed

  • Updated WASI dependencies. #1140
    • This fixes some long-standing bugs in the wasmi_wasi crate.

... (truncated)

Changelog

Sourced from wasmi's changelog.

[0.38.0] - 2024-10-06

Added

  • Add no-hash-maps crate feature to Wasmi CLI and enable it by default. #1225

Internal

  • Rename various instructions and add ShiftAmount abstraction. #1221
  • Use Rust's ControlFlow utility. #1223
  • Use get_memory in load and store execution handlers. #1224

#1221: wasmi-labs/wasmi#1221 #1223: wasmi-labs/wasmi#1223 #1224: wasmi-labs/wasmi#1224 #1225: wasmi-labs/wasmi#1225

[0.37.2] - 2024-10-04

Added

  • Added a new extra-checks crate feature to the wasmi crate. #1217

    • This improves unreachability checks in when debug-assertions or extra-checks are enabled.
    • If extra-checks are disabled, some technically unnecessary runtime checks are no longer performed.
    • Use extra-checks if your focus is on safety, disable if your focus is on performance.

Fixed

  • Fixed a bug in local preservation when translating Wasm loop control flow. #1218

#1217: wasmi-labs/wasmi#1217 #1218: wasmi-labs/wasmi#1218

[0.37.1] - 2024-10-01

Fixed

  • Fixed a bug in select translation constant propagation. #1213

#1213: wasmi-labs/wasmi#1213

[0.37.0] - 2024-09-30

Added

  • Added support for Wasm multi-memory proposal. #1191
  • Added Store::call_hook API. #1144

... (truncated)

Commits
  • 35eb605 Preprare Wasmi v0.38.0 release (#1226)
  • 7f3cf05 Add no-hash-maps crate feature to wasmi_cli + enable by default (#1225)
  • e6fe69b Use get_memory helpers in more places (#1224)
  • 5777d9e Use Rust's ControlFlow type in return instructions execution handlers (#1...
  • efb0329 Fix a few minor nitpicks (#1222)
  • c66704b Rename instructions with immediate values + add ShiftAmount (#1221)
  • d22362a Prepare release for Wasmi v0.37.2 (#1219)
  • ad46b8b Apply clippy --fix - removing lots of unnecessary lifetime annotations (#1220)
  • fff26d9 Add optional extra-checks to Wasmi executor and make checking more consiste...
  • ddc8e5e Fix local preservation upon entering a loop during translation (#1218)
  • 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](https://github.com/wasmi-labs/wasmi) from 0.36.0 to 0.38.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.36.0...v0.38.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/wasmi-0.38.0 branch from ec9cee3 to baed4ba Compare October 18, 2024 07:40
@tomaka tomaka enabled auto-merge October 18, 2024 08:47
@tomaka tomaka added this pull request to the merge queue Oct 18, 2024
Merged via the queue into main with commit dd36bb6 Oct 18, 2024
22 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/wasmi-0.38.0 branch October 18, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant