Skip to content

Commit

Permalink
Update wasm-opt to 0.116 (paritytech#1995)
Browse files Browse the repository at this point in the history
Just keeping wasm-opt up to date.

I don't see anything in the [binaryen
changelog](https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md)
that should affect substrate.

This release includes dwarf passes that were accidentally omitted from
previous versions of the wasm-opt crate. I suspect this will not affect
substrate as their omission hasn't been noticed until recently.
  • Loading branch information
brson committed Oct 24, 2023
1 parent efc3044 commit 98f58d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/utils/wasm-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ toml = "0.7.3"
walkdir = "2.3.2"
sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" }
filetime = "0.2.16"
wasm-opt = "0.114"
wasm-opt = "0.116"
parity-wasm = "0.45"

0 comments on commit 98f58d4

Please sign in to comment.