Skip to content

Commit

Permalink
specify wasm-opt version
Browse files Browse the repository at this point in the history
  • Loading branch information
nilskch committed Aug 5, 2024
1 parent 74605a1 commit d6c1cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm_opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub fn find_wasm_opt(cache: &Cache, install_permitted: bool) -> Result<Option<Pa
match install::download_prebuilt_or_cargo_install(
install::Tool::WasmOpt,
cache,
"latest",
"0.116.1",
install_permitted,
)? {
install::Status::Found(download) => Ok(Some(download.binary("wasm-opt")?)),
Expand Down

0 comments on commit d6c1cf1

Please sign in to comment.