1#![allow(unused_imports)] 2mod hello_world; 3pub mod extism_wrapper; 4pub mod evm_invoke; 5 6pub fn debug() { 7 8}