Skip to content

Commit

Permalink
fix: RUN-1002: Enable All WebAssembly Features
Browse files Browse the repository at this point in the history
  • Loading branch information
berestovskyy committed Jun 27, 2024
1 parent 49cfd7d commit d22980a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/optimize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ pub fn optimize(
if let Some(max_size) = always_inline_max_function_size {
optimizations.always_inline_max_size(*max_size);
}
optimizations.all_features();
optimizations.run(temp_file.path(), temp_file.path())?;

// read optimized wasm back in from temp file
Expand Down

0 comments on commit d22980a

Please sign in to comment.