1 2 3 4 5
// Command execution module. // All execution is delegated to the WASI runtime (runtime/mod.rs). // This module provides higher-level convenience methods. pub use crate::runtime::ExecResult;