16 releases (4 breaking)

0.5.0 Jul 18, 2024
0.4.1 Jun 15, 2024
0.3.2 Mar 29, 2024
0.3.0 Feb 26, 2024
0.1.3 Dec 29, 2023

#634 in WebAssembly

Download history 24/week @ 2024-04-01 1/week @ 2024-04-15 7/week @ 2024-04-22 57/week @ 2024-04-29 2/week @ 2024-05-27 3/week @ 2024-06-03 299/week @ 2024-06-10 28/week @ 2024-06-17 24/week @ 2024-06-24 106/week @ 2024-07-15

133 downloads per month

MIT license

19KB
304 lines

Wurbo-rs

The Experimental Rust crate for the Wurbo framework.

The purpose of this crate is to export a macro that builds the reactivity for you.

This enables you to make your WIT Wasm Component a reactive UI with minimal API surface.

The macro is generate_reactivity! { ... } which takes your render components and generates the reactivity interface for you.

Publish

Publish to crates.io

cargo publish

Dependencies

~2.3–3MB
~61K SLoC