Skip to content

Commit

Permalink
Update 8-optimizing.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Aug 14, 2024
1 parent 1cffcdf commit 9b35de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-docs/backend/rust/8-optimizing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";


## Overview
Compiling Rust to Wasm often increases the file size significantly. dfx versions 0.14.0 and newer include a the `wasm-opt` optimization package that can be used to optimize cycle consumption and binary size.
Compiling Rust to Wasm often increases the file size significantly. dfx versions 0.14.0 and newer include the `wasm-opt` package that can be used to optimize cycle consumption and binary size.

## Prerequisites

Expand Down

0 comments on commit 9b35de6

Please sign in to comment.