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

chore(deps): update dependency wasmi-labs/wasmi to v0.41.0 #10793

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
wasmi-labs/wasmi minor 0.40.0 -> 0.41.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

wasmi-labs/wasmi (wasmi-labs/wasmi)

v0.41.0

Compare Source

Added
  • Added support for the Wasm memory64 proposal. #​1371
    • The memory64 proposal is enabled by default in wasmi and the Wasmi CLI.
  • Added support for the Wasm custom-page-sizes proposal. #​1349
    • The custom-page-sizes proposal is enabled by default in wasmi and the Wasmi CLI.
  • Added support to for Wat inputs in Module::new and Module::new_unchecked. #​1328
    • There deliberately is no Wat support in Module::new_streaming since Wat cannot be stream compiled.
Fixed
  • Fixed a bug that could lead to crashes when tail calling host functions. #​1329
  • Fixed a bug that no_mange and export_name where used at the same time. #​1337
Changed
  • Bumped Minimum Support Rust Version to v1.82. #​1375
  • The memory.grow and table.grow instructions now trap instead of panic when out of system memory.
    • This change was part of the changes introduced by the support
      for the Wasm memory64 and custom-page-sizes proposals.
Internal
  • No longer use libm default features. #​1322
  • Implemented several improvements to our fuzzing infrastructure:
    • Significantly improved Wasmtime translation (JIT) times. #​1339
    • Improve debug output of fuzzers. #​1344
    • Differential fuzzer now uses fuzz input to randomize function parameters. #​1348
    • Allow fuzzing the Wasm custom-page-sizes proposal implementation. #​1354
    • Allow fuzzing the Wasm memory64 proposal implementation. #​1379
  • Update the Wasm spec testsuite. #​1361
  • Update wasm-tools dependencies to v226. #​1374
  • Update to string-interner v0.19. #​1367

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved because label type/renovate is present.

Copy link

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/wasmi:0.41.0

📦 Image Reference ghcr.io/uniget-org/tools/wasmi:0.41.0
digestsha256:67518d700a3ece33d39e51fbd48edd6ac544c289b50cfb0e004fc373d54a1a7a
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size2.5 MB
packages0

Copy link

Attempting automerge. See https://github.com/uniget-org/tools/actions/runs/13770029526.

Copy link

PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/13770029526.

@github-actions github-actions bot merged commit a9179c8 into main Mar 10, 2025
10 checks passed
@github-actions github-actions bot deleted the renovate/wasmi-labs-wasmi-0.x branch March 10, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants