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.
This commit is contained in:
Brian Anderson
2023-10-23 21:52:30 -06:00
committed by GitHub
parent d0fd266003
commit 39c04fdd96
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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"