From 9c25d46e133226324de2fae8bd3ffc4b6826c31a Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 14 Jun 2026 11:49:40 -0400 Subject: [PATCH] home page: link to the WebAssembly playground Adds a "Try it in your browser" section at the bottom of www/index.html pointing to /playground/, plus a footer link for redundancy. Lands the three-tier WASM SPA committed in 346b873 as a discoverable surface on lumbda.com. --- www/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/index.html b/www/index.html index 69fdaca..c36bced 100644 --- a/www/index.html +++ b/www/index.html @@ -87,12 +87,20 @@ make test-all

AGPL-3.0-only. Public domain for whitepapers, proofs, and disclosures through undefect.com. Companion to unturf.com’s permacomputer project.

+
+

Try it in your browser

+

All three tiers compiled to WebAssembly — Python (Pyodide hosting lumbda.py), C (Emscripten), and a hand-written WAT parallel to asm/lumbda.s. Pick a demo, pick a tier (or run all three side by side), and watch the same Lisp source evaluate three different ways.

+

Open the playground →

+
+