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

Update wasmi requirement from 0.31 to 0.34 #118

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Updates the requirements on wasmi to permit the latest version.

Release notes

Sourced from wasmi's releases.

v0.34.0 - 2024-07-08

Added

  • Allows Wasmi CLI to be installed with locked dependencies. (#1096)
    • This can be done as follows: cargo install --locked wasmi_cli

Fixed

  • Allow Wasm module instantiation in host functions called from Wasmi's executor. (#1116)

Changed

  • Limit number of parameter and result types in FuncType to 1000, each. (#1116)

Dev. Note

  • Significantly improved and Wasmi's CI and made it a lot faster.
  • Refactored and cleaned-up call based and Rust sourced Wasmi benchmarks.

#1096: wasmi-labs/wasmi#1096 #1098: wasmi-labs/wasmi#1098 #1100: wasmi-labs/wasmi#1100 #1102: wasmi-labs/wasmi#1102 #1104: wasmi-labs/wasmi#1104 #1107: wasmi-labs/wasmi#1107 #1108: wasmi-labs/wasmi#1108 #1109: wasmi-labs/wasmi#1109 #1111: wasmi-labs/wasmi#1111 #1113: wasmi-labs/wasmi#1113 #1115: wasmi-labs/wasmi#1115 #1116: wasmi-labs/wasmi#1116

Changelog

Sourced from wasmi's changelog.

[0.34.0] - 2024-07-08

Added

  • Allows Wasmi CLI to be installed with locked dependencies. (#1096)
    • This can be done as follows: cargo install --locked wasmi_cli

Fixed

  • Allow Wasm module instantiation in host functions called from Wasmi's executor. (#1116)

Changed

  • Limit number of parameter and result types in FuncType to 1000, each. (#1116)

Dev. Note

  • Significantly improved and Wasmi's CI and made it a lot faster.
  • Refactored and cleaned-up call based and Rust sourced Wasmi benchmarks.

#1096: wasmi-labs/wasmi#1096 #1098: wasmi-labs/wasmi#1098 #1100: wasmi-labs/wasmi#1100 #1102: wasmi-labs/wasmi#1102 #1104: wasmi-labs/wasmi#1104 #1107: wasmi-labs/wasmi#1107 #1108: wasmi-labs/wasmi#1108 #1109: wasmi-labs/wasmi#1109 #1111: wasmi-labs/wasmi#1111 #1113: wasmi-labs/wasmi#1113 #1115: wasmi-labs/wasmi#1115 #1116: wasmi-labs/wasmi#1116

[0.33.1] - 2024-07-01

Added

Fixed

[0.33.0] - 2024-06-24

... (truncated)

Commits

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)

Updates the requirements on [wasmi](https://github.com/wasmi-labs/wasmi) to permit the latest version.
- [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.31.0...v0.34.0)

---
updated-dependencies:
- dependency-name: wasmi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 11, 2024

Superseded by #120.

@dependabot dependabot bot closed this Jul 11, 2024
@dependabot dependabot bot deleted the dependabot/cargo/wasmi-0.34 branch July 11, 2024 21:08
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.

0 participants