lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 402c0df47361d2ec93b0947f3b07c2ea64bdd130
parent 0b898e879bbd1d6896c496dd254e345b11f8ba24
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 00:03:29 +0000

docs: update `radroots-replica-sync-wasm` readme

Diffstat:
Acrates/replica-sync-wasm/README.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/crates/replica-sync-wasm/README.md b/crates/replica-sync-wasm/README.md @@ -0,0 +1,14 @@ +# radroots-replica-sync-wasm + +Wasm bindings for replica synchronization interfaces in Rad Roots data layers. + +## Goals + +- expose wasm-callable sync and ingest entry points for replica workflows +- keep request parsing and result marshaling deterministic in web runtimes +- integrate replica synchronization flows with wasm SQL executor surfaces +- provide stable bridge interfaces for higher-level Rad Roots web clients + +## License + +Licensed under AGPL-3.0. See LICENSE.