waforth/src/standalone
2022-06-04 08:42:11 +02:00
..
.gitignore github: Package standalone 2022-05-26 13:08:03 +02:00
main.c standalone: Fix export index 2022-06-04 08:42:11 +02:00
Makefile standalone: Fix export index 2022-06-04 08:42:11 +02:00
README.md Add README.md 2022-06-01 21:49:15 +02:00

Standalone native WAForth binary

This directory contains a small C program to run the WAForth WebAssembly core in a native WebAssembly engine.

The build currently uses the Wasmtime engine, but its build configuration can easily be adapted to build using any WebAssembly engine that supports the WebAssembly C API (although some engines have known issues).

Download

You can download a pre-built binary of the standalone shell from the Releases page.

Building

Download dependencies (Wasmtime):

make install-deps

Build:

make