1//! Implementation of all host functions. 2pub(crate) mod abi; 3pub mod context; 4pub mod host; 5pub(crate) mod system;