pub fn wasm_annotations_to_features(feature_strings: &[String]) -> FeaturesExpand description
Create a Features object from a list of WebAssembly feature strings.
This is the inverse of features_to_wasm_annotations, mapping string identifiers
back to Features settings.