Skip to content

Commit

Permalink
[ci skip] uncomment control instrs
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Oct 17, 2023
1 parent 1c90bde commit 6e78632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wasm-gen/src/config/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl Default for SelectableParams {
fn default() -> Self {
Self {
allowed_instructions: vec![
Numeric, Reference, Parametric, Variable, Table, Memory, /*, Control,*/
Numeric, Reference, Parametric, Variable, Table, Memory, Control,
],
max_instructions: 500,
min_funcs: NonZeroUsize::new(3).expect("from non zero value; qed."),
Expand Down

0 comments on commit 6e78632

Please sign in to comment.