macro_rules! if_wasmtime_is_enabled {
    ($($token:tt)*) => { ... };
}