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

Binary size wins #3565

Closed
wants to merge 7 commits into from
Closed

Binary size wins #3565

wants to merge 7 commits into from

Conversation

zakstucke
Copy link
Contributor

Some free binary size optimisations after #3553

Testing hackernews with cargo +stable leptos build --release then looking at target/pkg/$name.wasm:
Before #3553: 577210
After anyattr change: 624529
This PR: 602081

gbj and others added 7 commits January 30, 2025 21:42
* add file_and_error_handler_with_context
like in leptos_routes_with_context func

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* feat: impl `From<ArcField<T>>` for `Field<T>`

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
@zakstucke zakstucke closed this Feb 8, 2025
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.

4 participants