DioxusLabs / DioxusLabs/dioxus
Portable components
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
I'm building an app where users can install "applets" that are pieces of UI built by third-parties, we are thinking of distributing them as WASM blobs as we can bundle not only data but logic in a compact format.
It would be great to find a way to create components as crates that can be compiled to a minimal WASM and be loaded dynamically by the main application that understands the WASM interface exposed by the component and can communicate with it in an efficient way.
I haven't digged much into the internals of dioxus so it would be nice to hear thoughts and comments about its feasibility :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.