move native microw8 code into object to prepare for file watch

This commit is contained in:
2021-11-14 14:43:02 +01:00
parent 294b9f5634
commit bce7d82dae
5 changed files with 418 additions and 140 deletions

View File

@@ -8,4 +8,5 @@ edition = "2021"
[dependencies]
wasmtime = "0.30"
anyhow = "1"
minifb = "0.19"
minifb = "0.19"
notify = "4"