13 releases

0.3.2 Mar 29, 2024
0.3.0 Feb 26, 2024
0.2.0 Feb 1, 2024
0.1.9 Jan 31, 2024
0.1.3 Dec 29, 2023

#412 in WebAssembly

Download history 3/week @ 2023-12-29 26/week @ 2024-01-05 32/week @ 2024-01-12 6/week @ 2024-01-19 26/week @ 2024-01-26 4/week @ 2024-02-02 9/week @ 2024-02-16 139/week @ 2024-02-23 36/week @ 2024-03-01 19/week @ 2024-03-08 37/week @ 2024-03-15 155/week @ 2024-03-29 3/week @ 2024-04-05 1/week @ 2024-04-12

159 downloads per month

MIT license

110KB
451 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

~7MB
~131K SLoC