commit 8ca8067b394c2d295c1248fdc79551ea09a8c11b parent af347b0feda631da71728ab4c3dee0c2392210e6 Author: triesap <tyson@radroots.org> Date: Mon, 2 Mar 2026 23:08:57 +0000 docs: update `radroots-events-codec-wasm` readme Diffstat:
| M | crates/events-codec-wasm/README.md | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/crates/events-codec-wasm/README.md b/crates/events-codec-wasm/README.md @@ -4,10 +4,10 @@ Wasm bindings for Rad Roots event encoding and decoding. ## Goals -- expose Rad Roots event codec functions to wasm targets with stable interfaces -- preserve deterministic tag generation and JSON conversion behavior in wasm -- keep binding APIs aligned with core codec rules across SDK surfaces -- provide a reliable bridge layer for JavaScript and browser integrations +- define stable wasm bindings for `radroots-events-codec` +- keep tag generation and JSON conversion behavior deterministic in web runtimes +- support typed event-tag builders across listing, message, profile, and job flows +- provide reusable codec bridge functions for JavaScript integrations ## License