1
2
3
4
5
6
7
8

mod hello_world;
pub mod extism_wrapper;
pub mod evm_invoke;

pub fn debug() {

}