chore: Note to update docs wasm-opt version

master
Arhan Chaudhary 8 months ago
parent 3820cdf97d
commit 6f3339352b
No known key found for this signature in database
GPG Key ID: 2EE945736DB18AD5
  1. 2
      src/install/mod.rs

@ -203,7 +203,7 @@ pub fn prebuilt_url_for(tool: &Tool, version: &str, arch: &Arch, os: &Os) -> Res
Tool::WasmOpt => {
Ok(format!(
"https://github.com/WebAssembly/binaryen/releases/download/{vers}/binaryen-{vers}-{target}.tar.gz",
vers = "version_117",
vers = "version_117", // Make sure to update the version in docs/src/cargo-toml-configuration.md as well
target = target,
))
}

Loading…
Cancel
Save