mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
build(xtask): bump wabt to 1.0.36
https://github.com/WebAssembly/wabt/releases/download/1.0.33/wabt-1.0.33-macos-14.tar.gz is now 404.
This commit is contained in:
committed by
Benoît Cortier
parent
de9b9cbb6b
commit
3dc8a56070
@@ -9,4 +9,4 @@ pub const GRCOV: CargoPackage = CargoPackage::new("grcov", "0.8.19");
|
||||
pub const WASM_PACK: CargoPackage = CargoPackage::new("wasm-pack", "0.12.1");
|
||||
pub const TYPOS_CLI: CargoPackage = CargoPackage::new("typos-cli", "1.16.23").with_binary_name("typos");
|
||||
|
||||
pub const WABT_VERSION: &str = "1.0.33";
|
||||
pub const WABT_VERSION: &str = "1.0.36";
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@ fn install_wasm2wat(sh: &Shell) -> anyhow::Result<()> {
|
||||
} else if cfg!(target_os = "macos") {
|
||||
"macos-14"
|
||||
} else {
|
||||
"ubuntu"
|
||||
"ubuntu-20.04"
|
||||
};
|
||||
|
||||
let url = format!(
|
||||
|
||||
Reference in New Issue
Block a user