adding web

This commit is contained in:
ParkerTenBroeck 2025-12-22 15:58:03 -05:00
parent d34136f70b
commit f155a3d7d8
8 changed files with 229 additions and 37 deletions

10
web/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "automata-web"
version = "0.1.0"
edition = "2024"
[dependencies]
automata = {path=".."}
console_error_panic_hook = "0.1.7"
wasm-bindgen = "*"
web-sys = { version = "0.3.83", features = ["Window", "Document", "HtmlElement", "Text"] }