pub trait Cfg { // Required method fn unmemmable(&mut self, module: &mut Module<'_>, mem: Memory) -> bool; }