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

Add wasm support to the element crate #40

Closed
FredrikNoren opened this issue Feb 10, 2023 · 0 comments · Fixed by #195
Closed

Add wasm support to the element crate #40

FredrikNoren opened this issue Feb 10, 2023 · 0 comments · Fixed by #195
Labels
enhancement New feature or request topic:api API functionality, including both host and guest

Comments

@FredrikNoren
Copy link
Contributor

The element crate is our own "React" implementation, which is able to render a tree of UI based on state. It currently only runs in the native context, but we could potentially make it support the wasm target too (and make it depend on our wasm api). If we do that, we could split up the ui crate into ui and ui_components, where ui would just be the native stuff, and ui_components would be supported on both native and wasm, and would contain things like Button etc.

@philpax philpax added enhancement New feature or request topic:api API functionality, including both host and guest labels Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic:api API functionality, including both host and guest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants