waforth/src/standalone
2022-12-21 17:08:13 +01:00
..
wabt More benchmarks 2022-12-21 17:08:13 +01:00
.gitignore waforthc,standalone: Add sieve example 2022-12-18 18:49:23 +01:00
icon.ico standalone: Windows support 2022-10-08 09:16:30 +02:00
main.c standalone: Fix export index 2022-12-13 20:58:42 +01:00
Makefile More benchmarks 2022-12-21 17:08:13 +01:00
README.md standalone: Windows support 2022-10-08 09:16:30 +02:00
waforth.rc standalone: Windows support 2022-10-08 09:16:30 +02:00

Standalone native WAForth executable

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).

Thurtle program
Standalone WAForth shell executable

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