mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
@@ -333,7 +333,7 @@ impl Init {
|
|||||||
|
|
||||||
match template {
|
match template {
|
||||||
Some(Template::Js) => {
|
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) => {
|
Some(Template::Python) => {
|
||||||
map.insert("python".to_string(), "python/python@latest".to_string());
|
map.insert("python".to_string(), "python/python@latest".to_string());
|
||||||
|
|||||||
Reference in New Issue
Block a user