[go: up one dir, main page]

fuel-core-wasm-executor 0.37.1

Fuel Block WASM version of the Executor
Documentation
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;