iced/web/README.md
2019-11-20 09:56:16 +01:00

1.1 KiB

iced_web

Documentation Crates.io License project chat

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.

iced_core

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.