Skip to content

Commit

Permalink
be more explicit about supported Wasm features
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Jan 24, 2024
1 parent b529e03 commit 9cd9ff1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fuzzing/src/oracles/diff_wasmi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pub struct WasmiEngine {
impl WasmiEngine {
pub(crate) fn new(config: &mut Config) -> Self {
let config = &mut config.module_config.config;
// Force generated Wasm modules to never have features that Wasmi doesn't support.
config.simd_enabled = false;
config.relaxed_simd_enabled = false;
config.memory64_enabled = false;
Expand Down

0 comments on commit 9cd9ff1

Please sign in to comment.