From 02dabe38dfff2f34184abf389475d4f81b09d4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 26 May 2022 21:05:31 +0200 Subject: [PATCH] Updated REAMDE.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22cc59d..b9970ce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ WAForth is a small bootstrapping Forth interpreter and dynamic compiler for [WebAssembly](https://webassembly.org). You can see it in action [in an interactive Forth console](https://mko.re/waforth/), and in [a Logo-like Turtle graphics language](https://mko.re/thurtle/). -It is [entirely written in (raw) +WAForth is [entirely written in (raw) WebAssembly](https://github.com/remko/waforth/blob/master/src/waforth.wat), and the compiler generates WebAssembly code on the fly. The only parts for which it relies on external (JavaScript) code is to dynamically load modules (since @@ -30,16 +30,16 @@ document](doc/Design.md).
-WAForth Console +WAForth console
-
WAForth Console
+
WAForth console
-Thurtle +Thurtle program
-
Thurtle program
+
WAForth integrated in Thurtle, a turtle graphics programming environment using Forth
## Standalone shell