Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pmalek opened this issue Jan 12, 2025 · 0 comments
Open

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

pmalek opened this issue Jan 12, 2025 · 0 comments
Assignees
Labels
product:workers Related to Workers product

Comments

@pmalek
Copy link

pmalek commented Jan 12, 2025

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>

@pmalek pmalek added the engineering Problems or updates to developers.cloudflare.com website label Jan 12, 2025
@haleycode haleycode assigned ToriLindsay and unassigned KianNH Jan 13, 2025
@haleycode haleycode added product:workers Related to Workers product and removed engineering Problems or updates to developers.cloudflare.com website labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product:workers Related to Workers product
Projects
None yet
Development

No branches or pull requests

4 participants