I would like to be able to do the following: ```rust wit_bindgen::generate!({ ... features: #[cfg(feature = "a")]{["a"]} #[cfg(not(feature = "a"))]{[]}, }); ```
I would like to be able to do the following: