| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
iced_web
iced_web takes iced_core and builds a WebAssembly runtime on top. It achieves this by introducing a Widget trait that can be used to produce VDOM nodes.
The crate is currently a very experimental, simple abstraction layer over dodrio.
Installation
Add iced_web as a dependency in your Cargo.toml:
iced_web = "0.1.0-alpha"
Iced moves fast and the master branch can contain breaking changes! If
you want to learn about a specific release, check out the release list.
