wasmer_package::utils

Function 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.