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.
This commit is contained in:
parent
3e47814cf3
commit
9c25d46e13
1 changed files with 8 additions and 0 deletions
|
|
@ -87,12 +87,20 @@ make test-all</code></pre>
|
|||
<p>AGPL-3.0-only. Public domain for whitepapers, proofs, and disclosures through <a href="https://undefect.com">undefect.com</a>. Companion to <a href="https://unturf.com">unturf.com</a>’s permacomputer project.</p>
|
||||
</section>
|
||||
|
||||
<section id="playground">
|
||||
<h2>Try it in your browser</h2>
|
||||
<p>All three tiers compiled to WebAssembly — Python (Pyodide hosting <code>lumbda.py</code>), C (Emscripten), and a hand-written WAT parallel to <code>asm/lumbda.s</code>. Pick a demo, pick a tier (or run all three side by side), and watch the same Lisp source evaluate three different ways.</p>
|
||||
<p><a class="cta" href="playground/">Open the playground →</a></p>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<a href="https://git.unturf.com/engineering/unturf/lumbda">source</a>
|
||||
·
|
||||
<a href="playground/">playground</a>
|
||||
·
|
||||
<a href="lumbda-whitepaper.html">whitepaper (HTML)</a>
|
||||
·
|
||||
<a href="lumbda-whitepaper.pdf">whitepaper (PDF)</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue