implement watch mode

This commit is contained in:
2021-11-14 15:18:21 +01:00
parent bce7d82dae
commit 289382f351
3 changed files with 44 additions and 6 deletions

7
Cargo.lock generated
View File

@@ -959,6 +959,12 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pico-args"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
[[package]]
name = "pkg-config"
version = "0.3.22"
@@ -1389,6 +1395,7 @@ dependencies = [
"anyhow",
"minifb",
"notify",
"pico-args",
"wasmtime",
]