From 73b8dbe80d88e3c80a2bfe8f44c47945c9358039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 26 May 2022 14:25:19 +0200 Subject: [PATCH] README: Add standalone shell --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d156aa2..38db4ae 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,16 @@ document](doc/Design.md). ![WAForth Console](doc/console.gif "WAForth Console") +## Standalone shell + +Although WAForth is typically used in a web environment (browser, Node.JS), there also is a standalone +command-line shell. You can download a pre-built binary of the standalone shell from +[the Releases page](https://github.com/remko/waforth/releases). + +The standalone shell is built using [wasmtime](https://wasmtime.dev), +but can easily be adapted to be built using other WASM libraries that support the +[WebAssembly C API](https://github.com/WebAssembly/wasm-c-api). + ## Using WAForth in a JavaScript application