-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix examples #3813
Fix examples #3813
Conversation
Size Comparison
✅ None of the examples has changed their size significantly. |
#![cfg_attr(nightly_yew, feature(fn_traits, async_closure, unboxed_closures))] | ||
#![cfg_attr(nightly_yew, feature(fn_traits, unboxed_closures))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this emits warning cuz async_closure is stablized
Visit the preview URL for this PR (updated for commit 59685ab): https://yew-rs-api--pr3813-fix-examples-re4j7aii.web.app (expires Sun, 09 Mar 2025 14:42:06 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Benchmark - coreYew Master
Pull Request
|
Benchmark - SSRYew Master
Pull Request
|
The demo wesites are down because trunk failures are ignored and empty content was published.
This fixes the build failures by using the latest wasm_opt (
version_122
)Additionally
cargo r -p build-examples -b update-wasm-opt