fuel_core_wasm_executor/
lib.rs

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