added web UI

This commit is contained in:
Parker TenBroeck 2025-12-24 19:11:32 -05:00
parent 48f0c6eed8
commit f1b8c08e8f
15 changed files with 1114 additions and 78 deletions

15
web/root/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "automata-web",
"type": "module",
"version": "0.1.0",
"files": [
"automata_bg.wasm",
"automata.js",
"automata_bg.js"
],
"main": "automata.js",
"sideEffects": [
"./automata.js",
"./snippets/*"
]
}