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

Make yew::platform it's own indepenedent crate #2839

Closed
hamza1311 opened this issue Aug 21, 2022 · 0 comments · Fixed by #2893
Closed

Make yew::platform it's own indepenedent crate #2839

hamza1311 opened this issue Aug 21, 2022 · 0 comments · Fixed by #2893
Labels
A-yew Area: The main yew crate proposal

Comments

@hamza1311
Copy link
Member

yew::platform is a pseudo-runtime that - at the moment - uses tokio or wasm_bindgen_futures based on the feature flags configured. Since the introduction of #2811, it also contains features that are - while used in Yew - quite unrelated to it.

It should become it's own independent crate.

Also see: yewstack/prokio#1

@hamza1311 hamza1311 added proposal A-yew Area: The main yew crate labels Aug 21, 2022
@futursolo futursolo mentioned this issue Aug 28, 2022
2 tasks
@hamza1311 hamza1311 mentioned this issue Sep 3, 2022
2 tasks
@futursolo futursolo mentioned this issue Sep 28, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-yew Area: The main yew crate proposal
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant