Function wasmer_package::utils::features_to_wasm_annotations

source ·
pub fn features_to_wasm_annotations(features: &Features) -> Vec<String>
Expand description

Convert a Features object to a list of WebAssembly feature strings that can be used in annotations.

This maps each enabled feature to its corresponding string identifier used in the WebAssembly ecosystem.