mirror of
https://github.com/remko/waforth
synced 2025-01-29 08:34:33 +01:00
Fix build
This commit is contained in:
parent
d8a8494387
commit
5c99dbc176
2 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
public/waforth/dist
|
||||
build/
|
||||
dist/
|
||||
|
|
|
@ -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/).
|
||||
|
|
Loading…
Add table
Reference in a new issue