lib

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

commit 6e5fc220962077d2f6a395d2f8180c8608c35783
parent 8f9bfa441c0b259b91834ce4f9e4a5028a673ec1
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:59 +0000

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

Diffstat:
Mcrates/replica-db-wasm/README.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/crates/replica-db-wasm/README.md b/crates/replica-db-wasm/README.md @@ -1,13 +1,13 @@ # radroots-replica-db-wasm -Wasm bindings for replica SQL runtime and synchronization interfaces for Rad Roots data layers. +Wasm bindings for replica database runtime interfaces in Rad Roots data layers. ## Goals -- expose wasm-callable replica CRUD, migration, and backup operations +- define stable wasm bindings for replica CRUD, migration, backup, and export flows - 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 +- support integration with wasm SQL executor surfaces +- provide reusable data-layer wasm primitives for higher-level Rad Roots crates ## License