Skip to content

Rust workers site mentions wrangler.toml while it should Cargo.toml #19150

@pmalek

Description

@pmalek

Example URL(s)

https://developers.cloudflare.com/workers/languages/rust/#binary-size-wasm-opt

Actual Behavior

Page renders as
image

Expected Behavior

File name should be Cargo.toml

Additional information

import { WranglerConfig } from "~/components";
<WranglerConfig>
```toml
[profile.release]
lto = true
strip = true
codegen-units = 1
```
</WranglerConfig>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions