Function wasmer_package::utils::wasm_annotations_to_features

source ยท
pub fn wasm_annotations_to_features(feature_strings: &[String]) -> Features
Expand 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.