Skip to content

Commit 39c04fd

Browse files
authored
Update wasm-opt to 0.116 (#1995)
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.
1 parent d0fd266 commit 39c04fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate/utils/wasm-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ toml = "0.7.3"
2222
walkdir = "2.3.2"
2323
sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" }
2424
filetime = "0.2.16"
25-
wasm-opt = "0.114"
25+
wasm-opt = "0.116"
2626
parity-wasm = "0.45"

0 commit comments

Comments
 (0)