andrewdavidmackenzie / flow

Exploration of a data-flow programming paradigm
MIT License
27 stars 2 forks source link

build(deps): bump wasmtime from 17.0.1 to 18.0.1 #2162

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps wasmtime from 17.0.1 to 18.0.1.

Release notes

Sourced from wasmtime's releases.

v18.0.1

18.0.1

Released 2024-02-20.

Fixed

  • Fixed a mistake in the CI release process that caused the crates.io publication of the 18.0.0 release to not succeed. #7966

v18.0.0

18.0.0

Released 2024-02-20.

Added

  • The wasmtime-c-api-impl crate is now published on crates.io. #7837

  • A new EngineWeak type enables holding a weak pointer to an engine with the ability to dynamically and fallibly upgrade it to an Engine. #7797

  • The WebAssembly tail calls proposal can now be enabled through the C API. #7811

  • The import and export types of a Component can now be inspected at runtime. #7804

  • New APIs/types have been added to support a faster version of looking up module exports without using string lookups with Module::get_export_index. #7828

Changed

  • Owned resources represented with ResourceAny can now be passed as arguments to functions that require a borrow<T> parameter. #7783

  • Generated structures from wasmtime::component::bindgen! for exported interfaces are now all renamed to Guest to avoid conflicting with WIT names. #7794

  • Guest profiler output will now automatically demangle symbols.

... (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 will merge this PR once CI passes on it, as requested by @andrewdavidmackenzie.


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 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)
andrewdavidmackenzie commented 7 months ago

@dependabot merge

On Wed, Feb 21, 2024, 8:01 AM dependabot[bot] @.***> wrote:

Bumps wasmtime https://github.com/bytecodealliance/wasmtime from 17.0.1 to 18.0.1. Release notes

Sourced from wasmtime's releases https://github.com/bytecodealliance/wasmtime/releases.

v18.0.1 18.0.1

Released 2024-02-20. Fixed

v18.0.0 18.0.0

Released 2024-02-20. Added

-

The wasmtime-c-api-impl crate is now published on crates.io. #7837 https://redirect.github.com/bytecodealliance/wasmtime/pull/7837

A new EngineWeak type enables holding a weak pointer to an engine with the ability to dynamically and fallibly upgrade it to an Engine. #7797 https://redirect.github.com/bytecodealliance/wasmtime/pull/7797

The WebAssembly tail calls proposal can now be enabled through the C API. #7811 https://redirect.github.com/bytecodealliance/wasmtime/pull/7811

The import and export types of a Component can now be inspected at runtime. #7804 https://redirect.github.com/bytecodealliance/wasmtime/pull/7804

New APIs/types have been added to support a faster version of looking up module exports without using string lookups with Module::get_export_index. #7828 https://redirect.github.com/bytecodealliance/wasmtime/pull/7828

Changed

-

Owned resources represented with ResourceAny can now be passed as arguments to functions that require a borrow parameter. #7783 https://redirect.github.com/bytecodealliance/wasmtime/pull/7783

Generated structures from wasmtime::component::bindgen! for exported interfaces are now all renamed to Guest to avoid conflicting with WIT names. #7794 https://redirect.github.com/bytecodealliance/wasmtime/pull/7794

Guest profiler output will now automatically demangle symbols.

... (truncated) Commits

[image: Dependabot compatibility score] https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores

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

You can view, comment on, or merge this pull request online at:

https://github.com/andrewdavidmackenzie/flow/pull/2162 Commit Summary

File Changes

(2 files https://github.com/andrewdavidmackenzie/flow/pull/2162/files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/flow/pull/2162, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LHXHIHSXX6HZLXJMETYUWLU5AVCNFSM6AAAAABDSPKGDCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2DKOJXGY2DAOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (975b674) 88% compared to head (6ccb390) 88%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2162 +/- ## ====================================== Coverage 88% 88% ====================================== Files 151 151 Lines 18277 18277 ====================================== Hits 16062 16062 Misses 2215 2215 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.