Print store information on CI

This commit is contained in:
Felix Schütt
2023-01-18 19:07:59 +01:00
parent 2ce32dba79
commit be30f664b2

View File

@@ -232,6 +232,7 @@ impl CreateExe {
"Using path `{}` as libwasmer path.",
cross_compilation.library.display()
);
println!("store: {:#?}", store);
if !cross_compilation.library.exists() {
return Err(anyhow::anyhow!("library path does not exist"));
}