mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
Hoisted shared state into its own struct
This commit is contained in:
@@ -227,7 +227,6 @@ impl RunWithPathBuf {
|
||||
fn inner_execute(&self) -> Result<()> {
|
||||
#[cfg(feature = "webc_runner")]
|
||||
{
|
||||
dbg!(&self.path);
|
||||
if let Ok(pf) = WapmContainer::from_path(self.path.clone()) {
|
||||
return self.run_container(pf, self.command_name.as_deref(), &self.args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user