pub mod compile; pub mod completion; pub mod dump; pub mod inspect; pub mod run; #[cfg(feature = "wast")] pub mod wast;