mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
@@ -333,7 +333,7 @@ impl Init {
|
||||
|
||||
match template {
|
||||
Some(Template::Js) => {
|
||||
map.insert("python".to_string(), "quickjs/quickjs@latest".to_string());
|
||||
map.insert("quickjs".to_string(), "quickjs/quickjs@latest".to_string());
|
||||
}
|
||||
Some(Template::Python) => {
|
||||
map.insert("python".to_string(), "python/python@latest".to_string());
|
||||
|
||||
Reference in New Issue
Block a user