Skip to content

Commit

Permalink
Update src/module/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Bedford <guybedford@gmail.com>
  • Loading branch information
lwshang and guybedford committed Jul 2, 2024
1 parent e40af5f commit a4f5965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ impl Module {
let mut indices = IndicesToIds::default();

// For now we have the same set of wasm features
// regardless of config.only_stable_features.
// regardless of config.only_stable_features. New unstable features
// may be enabled under `only_stable_features: false` in future.
let wasm_features = WasmFeatures::default();

let mut validator = Validator::new_with_features(wasm_features);
Expand Down

0 comments on commit a4f5965

Please sign in to comment.