Add more information to the README
This commit is contained in:
10
README.md
10
README.md
@@ -1,5 +1,15 @@
|
||||
# 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>
|
||||
- For the JavaScript emulator, see <emu.js>
|
||||
- For the Forth prelude, see <prelude.f>
|
||||
- For a description of the peripherals, see the
|
||||
[Peripherals](#Peripherals) section below.
|
||||
|
||||
## Building and Running
|
||||
|
||||
To run, first compile the WebAssembly module:
|
||||
|
||||
Reference in New Issue
Block a user