diff --git a/.eslintignore b/.eslintignore index e80b525..830e21f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ public/waforth/dist build/ +dist/ diff --git a/README.md b/README.md index 870fb9d..6af8549 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ # [WAForth](https://mko.re/waforth): Forth Interpreter+Compiler for WebAssembly +[![Build](https://github.com/remko/waforth/actions/workflows/build.yml/badge.svg)](https://github.com/remko/waforth/actions/workflows/build.yml) + + WAForth is a small bootstrapping Forth interpreter and dynamic compiler for [WebAssembly](https://webassembly.org). You can see it in a demo [here](https://mko.re/waforth/).