add support to directly run cwa files

This commit is contained in:
2021-11-16 23:54:33 +01:00
parent 14810b7fc8
commit f7e3202c39
4 changed files with 142 additions and 17 deletions

View File

@@ -10,4 +10,5 @@ wasmtime = "0.30"
anyhow = "1"
minifb = "0.19"
notify = "4"
pico-args = "0.4"
pico-args = "0.4"
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "d62bc8bf86cff65145d5aea045b81122bc15d709" }