diff --git a/lib/cli/src/commands/create_exe.rs b/lib/cli/src/commands/create_exe.rs index 630ff768d..a3248a83a 100644 --- a/lib/cli/src/commands/create_exe.rs +++ b/lib/cli/src/commands/create_exe.rs @@ -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")); }