lib

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

commit 957f30d4de40afaf965c4a543284e89caaf8d29a
parent 893339a5d60f126e8f60dec68eb134a1e3573270
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:57 +0000

docs: update `radroots-app-wasm` readme

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

diff --git a/crates/app-wasm/README.md b/crates/app-wasm/README.md @@ -4,10 +4,10 @@ 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 +- define stable wasm runtime interfaces for app metadata and startup +- keep wasm runtime behavior deterministic across supported browser targets +- support feature-gated bindings backed by `radroots-app-core` +- provide reusable wasm entry points for higher-level Rad Roots app crates ## License