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

3
web/root/index.js Normal file
View file

@ -0,0 +1,3 @@
import wasm from "./wasm.js"
import "./editor.js"