Skip to content

Commit 36d4083

Browse files
committed
Update message on web REPL
1 parent 405d3cd commit 36d4083

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

repl.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
<div>
2727
<p>See <a href="https://scrapscript.org/">scrapscript.org</a> for a slightly
2828
out of date language reference.</p>
29-
<p>This REPL sends programs to a server to be evaluated, but the server is
30-
completely stateless. All persistence is in the browser.</p>
29+
<p>This REPL is completely client-side and works by running
30+
<a href="https://github.com/tekknolagi/scrapscript">scrapscript.py</a> in the
31+
browser using <a href="https://pyodide.org/">Pyodide</a>.</p>
3132
</div>
3233
<div>
3334
<!-- TODO(max): Add button to save to/load from disk. -->

0 commit comments

Comments
 (0)