mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 06:01: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,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user