Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Upgrade wasm-opt to 0.113#14485

Closed
brson wants to merge 1 commit intoparitytech:masterfrom
brson:wasm-opt-113
Closed

Upgrade wasm-opt to 0.113#14485
brson wants to merge 1 commit intoparitytech:masterfrom
brson:wasm-opt-113

Conversation

@brson
Copy link
Contributor

@brson brson commented Jul 1, 2023

Description

Just keeping wasm-opt updated.

There isn't much to be aware of in the binaryen 113 release notes:
https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md#v113

wasm-opt has a minimum rust version of 1.48,
but wasm-opt's cxx dependency has recently changed their minimum rust version to 1.60. it should still be possible to resolve a crate graph that is 1.48 compatible, and I think this lockfile is, but if the cxx dependency in the lockfile is ever re-resolved cargo will probably pick a cxx that is not 1.48 compatible.

@brson brson requested a review from koute as a code owner July 1, 2023 05:29
@bkchr bkchr added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels Jul 1, 2023
@brson
Copy link
Contributor Author

brson commented Aug 1, 2023

Superseded by #14695

@brson brson closed this Aug 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants