From 0ab3699bcca539a77c08df2675d51e11d998a0ad Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 Apr 2026 09:32:42 +0200 Subject: [PATCH] Add playground section to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f67b8508e..bc2e3f2c6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ cd docs mdbook build ``` +## Playground + +An in-browser playground runs the uutils coreutils WASM build directly in your browser: +https://uutils.github.io/playground/ + +See also how it works: https://uutils.github.io/playground-how-it-works/ + ## Developer documentation: It is available on: