1
2
3
4
5
6
7
//! 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;