Add wasmtime 13.0.1,11.0.2,10.0.2

This commit is contained in:
Taiki Endo
2023-10-27 10:30:56 +09:00
parent 6326b163e5
commit 5fce684c96
2 changed files with 88 additions and 6 deletions

View File

@@ -146,6 +146,7 @@ fn main() -> Result<()> {
}
let req = if version_req == "latest" {
// TODO: this should check all missing versions
if manifests.map.is_empty() {
format!("={}", releases.first_key_value().unwrap().0 .0).parse()?
} else {