[][src]Function wasmer_runtime_core::validate_and_report_errors_with_features

pub fn validate_and_report_errors_with_features(
    wasm: &[u8],
    features: Features
) -> Result<(), String>

The same as validate_and_report_errors but with a Features.