live graph updates from input

This commit is contained in:
Parker TenBroeck 2026-01-07 21:28:14 -05:00
parent 268b1d80d1
commit 7b1693e9d2
11 changed files with 745 additions and 239 deletions

View file

@ -7,6 +7,9 @@ edition = "2024"
crate-type = ["cdylib", "rlib"]
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
automata = {path=".."}
console_error_panic_hook = "0.1.7"
wasm-bindgen = "*"