lib

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

commit 571b167ec6df5d0a7ce8d6b240f17282b610ee8a
parent ed12dfd1fd911679ae20d432cd5ba889cf538b6a
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:09:00 +0000

docs: update `radroots-sql-wasm-bridge` readme

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

diff --git a/crates/sql-wasm-bridge/README.md b/crates/sql-wasm-bridge/README.md @@ -4,10 +4,10 @@ Wasm SQL bridge primitives for Rad Roots data layers. ## Goals -- define stable wasm bridge interfaces for SQL exec, query, and export calls -- keep bridge transaction helper behavior deterministic across wasm integrations -- provide a narrow host interop boundary for SQL runtime crates -- expose reusable wasm SQL bridge primitives for higher-level Rad Roots crates +- define stable wasm bridge interfaces for SQL execute, query, export, and transactions +- keep host interop behavior deterministic across wasm integrations +- support a narrow integration boundary for SQL runtime crates +- provide reusable wasm SQL bridge primitives for higher-level Rad Roots crates ## License