1pub mod error; 2pub mod instruction; 3pub mod processor; 4pub mod state; 5 6#[cfg(not(feature = "no-entrypoint"))] 7pub mod entrypoint;