#[no_mangle]
pub unsafe extern "C" fn wasmer_cpu_features_add(
    cpu_features: Option<&mut wasmer_cpu_features_t>,
    feature: Option<&wasm_name_t>
) -> bool
Expand description

Add a new CPU feature into the set represented by wasmer_cpu_features_t.

Example

See wasmer_cpu_features_t.