-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
product:workersRelated to Workers productRelated to Workers product
Description
Example URL(s)
https://developers.cloudflare.com/workers/languages/rust/#binary-size-wasm-opt
Actual Behavior
Expected Behavior
File name should be Cargo.toml
Additional information
cloudflare-docs/src/content/docs/workers/languages/rust/index.mdx
Lines 215 to 226 in 21404c9
| import { WranglerConfig } from "~/components"; | |
| <WranglerConfig> | |
| ```toml | |
| [profile.release] | |
| lto = true | |
| strip = true | |
| codegen-units = 1 | |
| ``` | |
| </WranglerConfig> |
Metadata
Metadata
Assignees
Labels
product:workersRelated to Workers productRelated to Workers product
