mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
Print store information on CI
This commit is contained in:
@@ -232,6 +232,7 @@ impl CreateExe {
|
|||||||
"Using path `{}` as libwasmer path.",
|
"Using path `{}` as libwasmer path.",
|
||||||
cross_compilation.library.display()
|
cross_compilation.library.display()
|
||||||
);
|
);
|
||||||
|
println!("store: {:#?}", store);
|
||||||
if !cross_compilation.library.exists() {
|
if !cross_compilation.library.exists() {
|
||||||
return Err(anyhow::anyhow!("library path does not exist"));
|
return Err(anyhow::anyhow!("library path does not exist"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user