From 2ff0c2ada195fa3b7a5547221516913b70324261 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Mon, 2 Mar 2026 16:05:02 +0000 Subject: [PATCH] Add more information to the README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5d6db21..b0d2354 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Wipforth +Wipforth is a simple Forth implementation that runs in the WebAssembly +virtual machine. It does I/O via memory-mapped peripherals, which are +emulated in JavaScript. + +- For the Forth kernel, see [wipforth.wat](./wipforth.wat) +- For the JavaScript emulator, see [emu.js](./emu.js) +- For the Forth prelude, which is loaded at start-up, see + [prelude.f](./prelude.f) +- For a description of the peripherals, see the + [Peripherals](#peripherals) section below. + ## Building and Running To run, first compile the WebAssembly module: