Skip to content

Commit

Permalink
Merge branch 'rust-docs-updates' of github.com:dfinity/portal into ru…
Browse files Browse the repository at this point in the history
…st-docs-updates
  • Loading branch information
jessiemongeon1 committed Aug 14, 2024
2 parents b8a1659 + 9b35de6 commit 2928c99
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 2928c99

Please sign in to comment.