Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jan 19, 2025
1 parent 9b82e38 commit 111e31e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/src/content/docs/demo.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
title: Demo
title: Interpreter demo
description: Stak Scheme interpreter demo running on web browsers.
---

import InterpreterDemo from "../../components/InterpreterDemo.astro";

# Interpreter demo

Stak Scheme can run on many platforms including web browsers. The following is the demo of Stak Scheme built in WASM running on a web page.

<InterpreterDemo />

0 comments on commit 111e31e

Please sign in to comment.