lib

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

commit 7539c957dfa837125297d4e6876eecb7111ec623
parent 402c0df47361d2ec93b0947f3b07c2ea64bdd130
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 00:11:27 +0000

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

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

diff --git a/crates/replica-db-wasm/README.md b/crates/replica-db-wasm/README.md @@ -0,0 +1,14 @@ +# radroots-replica-db-wasm + +Wasm bindings for replica SQL runtime and synchronization interfaces in Rad Roots data layers. + +## Goals + +- expose wasm-callable replica CRUD, migration, and backup operations +- keep export/import and manifest marshaling deterministic in web runtimes +- bridge replica database flows to wasm SQL executor and sync status surfaces +- provide stable data-layer interfaces for higher-level Rad Roots web clients + +## License + +Licensed under AGPL-3.0. See LICENSE.