mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-27 23:51:33 +00:00
renamed feature flag deterministic
to deterministic-execution
This commit is contained in:
@ -146,7 +146,7 @@ pub fn validating_parser_config(features: &Features) -> wasmparser::ValidatingPa
|
||||
enable_bulk_memory: false,
|
||||
enable_multi_value: false,
|
||||
|
||||
#[cfg(feature = "deterministic")]
|
||||
#[cfg(feature = "deterministic-execution")]
|
||||
deterministic_only: true,
|
||||
},
|
||||
}
|
||||
|
@ -146,7 +146,7 @@ pub fn validate_and_report_errors_with_features(
|
||||
enable_reference_types: false,
|
||||
enable_threads: features.threads,
|
||||
|
||||
#[cfg(feature = "deterministic")]
|
||||
#[cfg(feature = "deterministic-execution")]
|
||||
deterministic_only: true,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user