-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bump wat from 1.211.1 to 1.216.0 #406
Conversation
Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.211.1 to 1.216.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.211.1...v1.216.0) --- updated-dependencies: - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThe change involves updating the version of the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Application
participant wat Library
User->>Application: Request feature
Application->>wat Library: Call function
wat Library-->>Application: Return result
Application-->>User: Deliver response
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
DryRun Security SummaryThis pull request updates the version of the Expand for full summarySummary: The changes in this pull request involve updating the version of the From a security perspective, the version update to the The addition of the Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
Cargo.lock
is excluded by!**/*.lock
Files selected for processing (1)
- Cargo.toml (1 hunks)
Additional comments not posted (1)
Cargo.toml (1)
105-105
: LGTM! But verify compatibility.The version of the
wat
dependency has been updated from1.211.1
to1.216.0
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.The code changes are approved.
Run the following script to verify compatibility:
Superseded by #411. |
Bumps wat from 1.211.1 to 1.216.0.
Commits
28c8962
Release wasm-tools 1.216.0 (#1735)848e4de
Update handling of unreachable code and heap types (#1734)2371dca
Refactor type checks when popping refs (#1730)c5bd644
Add a feature for disabling GC types (#1731)56cf001
Enable gc, function-references, and exceptions by default (#1732)3a451e0
threads: check mutability of GC instructions (#1729)8a6eb57
Update Wasmtime to 24.0.0 in testing (#1727)2aa7672
threads: add tests forref.i31_shared
(#1728)5068b3a
Calculate sizes, alignment and offsets for both wasm32 and wasm64 (#1711)7f6386a
Add a newwasm-tools component unbundle
command (#1725)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)Summary by CodeRabbit
wat
library dependency to a newer version (1.216.0) for potential bug fixes and performance improvements.