diff options
Diffstat (limited to 'web/README.md')
-rw-r--r-- | web/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/README.md b/web/README.md new file mode 100644 index 00000000..f86b2cb7 --- /dev/null +++ b/web/README.md @@ -0,0 +1,15 @@ +# `iced_web` +[][documentation] +[](https://crates.io/crates/iced_web) +[](https://github.com/hecrj/iced/blob/master/LICENSE) +[](https://iced.zulipchat.com) + +`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`]. + + + +[documentation]: https://docs.rs/iced_web +[`iced_core`]: ../core +[`dodrio`]: https://github.com/fitzgen/dodrio |