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

deps: bump wasmi from 0.31.2 to 0.40.0 #2340

Merged
merged 2 commits into from
Jan 1, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps wasmi from 0.31.2 to 0.40.0.

Release notes

Sourced from wasmi's releases.

v0.40.0 - 2024-11-28

This release focuses on compile time improvements for Wasmi, significantly reducing the time it takes to compile Wasmi and decrease its compiled artifact size.

Added

  • Added optimization for load and store lowering. #1303
    • This reduces the total number of Wasmi instructions.
  • Added prefix-symbols crate feature to wasmi_c_api_impl crate. #1315
    • This allows to prefix all exported symbols with wasmi_ in order to avoid duplicate symbols when linking multiple Wasm runtimes implementing the Wasm C-API.

Fixed

  • C-API
    • Fix a minor compilation issue. #1296
    • Fix the name of wasmi_config_compilation_mode_set #1298
  • Conditionally forward the string-interner/std crate feature. #1304
  • Fix Wasmtime fuzzer oracle config usage. #1314

Changed

  • Bumped minimum supported Rust version from v1.79 -> v1.80. #1318
  • Replace the wasmparser-nostd fork with upstream wasmparser. #1141
    • This allows Wasmi to implement new Wasm proposals.
    • Unfortunately this update also regresses Wasmi translation performance by roughly 5-15% depending on the exact Wasm blob and translation mode.
  • Update the string-interner and hashbrown dependencies. #1305

Internal

  • Update the wast dependency for Wasmi's Wast runner. #1306
  • Update wasm-tools dependencies to v0.221. #1318

#1141: wasmi-labs/wasmi#1141 #1296: wasmi-labs/wasmi#1296 #1298: wasmi-labs/wasmi#1298 #1303: wasmi-labs/wasmi#1303 #1304: wasmi-labs/wasmi#1304 #1305: wasmi-labs/wasmi#1305 #1306: wasmi-labs/wasmi#1306 #1314: wasmi-labs/wasmi#1314 #1315: wasmi-labs/wasmi#1315 #1318: wasmi-labs/wasmi#1318

v0.39.1 - 2024-11-06

Fixed

... (truncated)

Changelog

Sourced from wasmi's changelog.

[0.40.0] - 2024-11-27

This release focuses on compile time improvements for Wasmi, significantly reducing the time it takes to compile Wasmi and decrease its compiled artifact size.

Added

  • Added optimization for load and store lowering. #1303
    • This reduces the total number of Wasmi instructions.
  • Added prefix-symbols crate feature to wasmi_c_api_impl crate. #1315
    • This allows to prefix all exported symbols with wasmi_ in order to avoid duplicate symbols when linking multiple Wasm runtimes implementing the Wasm C-API.

Fixed

  • C-API
    • Fix a minor compilation issue. #1296
    • Fix the name of wasmi_config_compilation_mode_set #1298
  • Conditionally forward the string-interner/std crate feature. #1304
  • Fix Wasmtime fuzzer oracle config usage. #1314

Changed

  • Bumped minimum supported Rust version from v1.79 -> v1.80. #1318
  • Replace the wasmparser-nostd fork with upstream wasmparser. #1141
    • This allows Wasmi to implement new Wasm proposals.
    • Unfortunately this update also regresses Wasmi translation performance by roughly 5-15% depending on the exact Wasm blob and translation mode.
  • Update the string-interner and hashbrown dependencies. #1305

Internal

  • Update the wast dependency for Wasmi's Wast runner. #1306
  • Update wasm-tools dependencies to v0.221. #1318

#1141: wasmi-labs/wasmi#1141 #1296: wasmi-labs/wasmi#1296 #1298: wasmi-labs/wasmi#1298 #1303: wasmi-labs/wasmi#1303 #1304: wasmi-labs/wasmi#1304 #1305: wasmi-labs/wasmi#1305 #1306: wasmi-labs/wasmi#1306 #1314: wasmi-labs/wasmi#1314 #1315: wasmi-labs/wasmi#1315 #1318: wasmi-labs/wasmi#1318

[0.39.1] - 2024-11-06

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 18, 2024
@bdemann
Copy link
Member

bdemann commented Dec 19, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/wasmi-0.40.0 branch from 877adab to 822f8d3 Compare December 19, 2024 19:31
@bdemann bdemann marked this pull request as draft December 20, 2024 04:06
@bdemann
Copy link
Member

bdemann commented Dec 20, 2024

This one is having some problems that we will have to look into. I'm marking it as draft so we can focus on the quick ones first

@dependabot dependabot bot force-pushed the dependabot/cargo/wasmi-0.40.0 branch 6 times, most recently from eda6a0d to 8509c3f Compare December 23, 2024 20:04
@dependabot dependabot bot force-pushed the dependabot/cargo/wasmi-0.40.0 branch 4 times, most recently from 6c8712d to 22bd115 Compare December 31, 2024 23:44
@lastmjs lastmjs marked this pull request as ready for review December 31, 2024 23:44
@lastmjs
Copy link
Member

lastmjs commented Dec 31, 2024

@dependabot recreate

Bumps [wasmi](https://github.com/wasmi-labs/wasmi) from 0.31.2 to 0.40.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.31.2...v0.40.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/wasmi-0.40.0 branch from 22bd115 to 2cc809d Compare December 31, 2024 23:46
@lastmjs lastmjs marked this pull request as draft January 1, 2025 00:03
@lastmjs lastmjs marked this pull request as ready for review January 1, 2025 01:20
@lastmjs lastmjs merged commit 8ed08b6 into main Jan 1, 2025
719 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/wasmi-0.40.0 branch January 1, 2025 01:38
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.

2 participants