mirror of
https://github.com/remko/waforth
synced 2025-01-30 08:34:58 +01:00
README: Add standalone shell
This commit is contained in:
parent
8ed86f21fd
commit
73b8dbe80d
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -31,6 +31,16 @@ document](doc/Design.md).
|
||||||
|
|
||||||
![WAForth Console](doc/console.gif "WAForth Console")
|
![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
|
## Using WAForth in a JavaScript application
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue