commit d74d32bbd3b6d0ccc58ad8631f69ddf27fa960bd parent bc4e10dd1a3679a7582f425b520c19c1050a99b7 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 14:35:07 +0000 docs: update `radroots-events-codec-wasm` readme Diffstat:
| A | crates/events-codec-wasm/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/events-codec-wasm/README.md b/crates/events-codec-wasm/README.md @@ -0,0 +1,14 @@ +# radroots-events-codec-wasm + +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 + +## License + +Licensed under AGPL-3.0. See LICENSE.