lib

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

commit dff12a0aef17b9cfdb8f3c8ae2a1c3fdc93aa7e8
parent 486fffc1b44af89b1874d0fa05c10440dad90b2a
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 15:14:33 +0000

docs: update `radroots-app-wasm` readme

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

diff --git a/crates/app-wasm/README.md b/crates/app-wasm/README.md @@ -0,0 +1,14 @@ +# radroots-app-wasm + +Wasm application runtime bindings for Rad Roots app surfaces. + +## Goals + +- expose app runtime build and info interfaces for wasm targets +- keep wasm runtime behavior deterministic across supported browser environments +- provide a stable wasm entry surface backed by radroots-app-core primitives +- support reusable wasm integration points for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.