//! The library defines some common parts used by the WASM executor and upgradable executor. #![deny(clippy::arithmetic_side_effects)] #![deny(clippy::cast_possible_truncation)] #![deny(warnings)] pub mod utils;