Skip to content

Commit

Permalink
Merge pull request #1136 from MichaelMauderer/bump-wasm-opt-to-108
Browse files Browse the repository at this point in the history
Bump `wasm-opt` to version 108.
  • Loading branch information
drager authored Jun 13, 2022
2 parents 23da178 + 059fb9a commit 74fac79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ fn prebuilt_url(tool: &Tool, version: &str) -> Result<String, failure::Error> {
Tool::WasmOpt => {
Ok(format!(
"https://github.com/WebAssembly/binaryen/releases/download/{vers}/binaryen-{vers}-{target}.tar.gz",
vers = "version_90",
vers = "version_108",
target = target,
))
}
Expand Down

0 comments on commit 74fac79

Please sign in to comment.