lib

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

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

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

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

diff --git a/crates/replica-sync-wasm/README.md b/crates/replica-sync-wasm/README.md @@ -1,13 +1,13 @@ # radroots-replica-sync-wasm -Wasm bindings for replica synchronization interfaces for Rad Roots data layers. +Wasm bindings for replica synchronization interfaces in Rad Roots data layers. ## Goals -- expose wasm-callable sync and ingest entry points for replica workflows +- define stable wasm bindings for replica sync and ingest flows - 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 +- support integration with wasm SQL executor surfaces +- provide reusable sync bridge primitives for higher-level Rad Roots crates ## License