wasmer/src/commands.rs

7 lines
107 B
Rust
Raw Normal View History

mod cache;
mod run;
mod selfupdate;
mod validate;
pub use {cache::*, run::*, selfupdate::*, validate::*};