Skip to content

docs: document the release profile for WASM builds - #205

Merged
Glittersup merged 1 commit into
TricklePay:mainfrom
Yerimahjr:docs/issue-143
Aug 30, 2026
Merged

docs: document the release profile for WASM builds#205
Glittersup merged 1 commit into
TricklePay:mainfrom
Yerimahjr:docs/issue-143

Conversation

@Yerimahjr

Copy link
Copy Markdown
Contributor

Summary

Closes #143. Documents the [profile.release] settings used for WASM builds in the README, with a brief note on what each one does to size or performance.

Changes

  • Added a "Release profile" subsection under "## Building" in README.md.
  • Table covers all 8 settings from the root Cargo.toml's [profile.release]: opt-level, lto, codegen-units, strip, debug, debug-assertions, overflow-checks, panic — each with a one-line explanation of its effect.
  • Values in the table match Cargo.toml exactly.

Scope

Documentation-only change in README.md. No code, no Cargo.toml, no tests touched.

Test results

  • cargo fmt --check — clean
  • cargo clippy --all-targets -- -D warnings — clean
  • cargo test — 105 passed, 0 failed, 0 ignored

@drips-wave

drips-wave Bot commented Aug 30, 2026

Copy link
Copy Markdown

@Yerimahjr Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Glittersup
Glittersup merged commit e7f76b7 into TricklePay:main Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document the release profile used for WASM builds

2 participants