Make the cargo-run tool auto-install its wasm-opt build dependency (#4256)

* Allow auto downloading wasm-opt

* Fix for mac

* Review
This commit is contained in:
Timon
2026-06-21 20:17:54 +00:00
committed by GitHub
parent a72ac39059
commit d753ce26f7
9 changed files with 327 additions and 69 deletions
Generated
+11
View File
@@ -510,6 +510,17 @@ dependencies = [
"thiserror 2.0.18",
]
[[package]]
name = "cargo-run-internal-download"
version = "0.0.0"
dependencies = [
"cargo-run",
"flate2",
"sha2",
"tar",
"ureq",
]
[[package]]
name = "cargo-run-internal-watch"
version = "0.0.0"