Skip to content

chore(deps): update dependency wasmtime-cli to v26#147

Merged
jerusdp merged 2 commits intomainfrom
renovate/wasmtime-cli-26.x
Oct 23, 2024
Merged

chore(deps): update dependency wasmtime-cli to v26#147
jerusdp merged 2 commits intomainfrom
renovate/wasmtime-cli-26.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Update Change
wasmtime-cli major 25.0.2 -> 26.0.0

Warning

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


Release Notes

bytecodealliance/wasmtime (wasmtime-cli)

v26.0.0

Compare Source

26.0.0

Released 2024-10-22.

Added
  • The "table64" extension of the memory64 proposals to WebAssembly has been
    implemented.
    #​9206

  • Initial support has been added for compiling WebAssembly modules with Pulley,
    Wasmtime's interpreter. Note that the interpreter is not feature complete yet.
    #​9240

  • Wasmtime can now execute code without relying on host-based signal handlers.
    #​9230

  • Work has continued on implementing the GC proposals in Wasmtime.
    #​9246
    #​9244
    #​9271
    #​9275
    #​9278
    #​9282
    #​9285
    #​9326
    #​9341
    #​9358

  • Support for ARM64 Windows has been finished with support for unwinding.
    Release binaries are now also available for this platform.
    #​9266
    #​9283

  • The bindgen! macro now supports multiple paths to load WIT from.
    #​9288

  • A new -W async-stack-size=N argument has been added to the CLI.
    #​9302

  • A new wasmtime completion subcommand can be used to generate a completion
    script for the Wasmtime CLI.
    #​9312

  • Components now support initialize_copy_on_write_image like core modules.
    #​9357

  • Initial support for the ISLE verifier Crocus has landed.
    #​9178

Changed
  • Wasmtime now requires Rust 1.79.0 to compile.
    #​9202

  • The future-trailers.get in wasi-http now returns none when trailers are
    absent.
    #​9208

  • The Cranelift instructions iadd_cin and isub_bin were removed. The
    isub_borrow and iadd_carry instructions were renamed to {u,s}add_carry
    and {u,s}sub_borrow.
    #​9199

  • Winch now supports multi-value results on AArch64.
    #​9218

  • Some issues related to shutdown have been fixed with WASI sockets.
    #​9225

  • Cranelift now has a Cargo feature to enable support for all native ISAs and
    not Pulley.
    #​9237

  • Cranelift support for StructArgument in the arm64, riscv64, and s390x
    backends has been removed.
    #​9258

  • The pooling allocator no longer limits instances/memories/tables by default.
    #​9257

  • Stack overflow on an async stack will now print a message that this happened.
    #​9304

  • Cranelift's cranelift-wasm crate has been removed and folded directly into
    wasmtime-cranelift.
    #​9313

  • Cranelift's TrapCode type is now represented with a single byte.
    #​9338

Fixed
  • Stack slots in Cranelift are now aligned from the start instead of the end.
    #​9279

  • The WASIp1 adapter now correctly handles allocations where the initial
    alignment consumes the entire allocation.
    #​9356


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 was generated by Mend Renovate. View the repository job log.

@sonarqubecloud
Copy link
Copy Markdown

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Oct 22, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jerusdp jerusdp enabled auto-merge October 23, 2024 10:09
@jerusdp jerusdp merged commit ad0093b into main Oct 23, 2024
@jerusdp jerusdp deleted the renovate/wasmtime-cli-26.x branch October 23, 2024 10:10
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.

2 participants