lib

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

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

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

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

diff --git a/crates/sql-wasm-core/README.md b/crates/sql-wasm-core/README.md @@ -4,9 +4,9 @@ Wasm SQL runtime primitives for Rad Roots data layers. ## Goals -- define stable wasm SQL runtime interfaces for execution, query, and export flows -- support feature-gated bridge and embedded engine integration surfaces +- define stable wasm SQL runtime interfaces for execute, query, and export flows - keep wasm SQL runtime behavior deterministic across supported environments +- support feature-gated bridge and embedded engine integration surfaces - provide reusable wasm SQL runtime primitives for higher-level Rad Roots crates ## License