Fix build

This commit is contained in:
Remko Tronçon 2022-05-05 20:27:51 +02:00
parent d8a8494387
commit 5c99dbc176
2 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,3 @@
public/waforth/dist
build/
dist/

View file

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