test-programs: test both cap-std-sync and virtfs backend

This commit is contained in:
Pat Hickey
2021-01-30 13:39:18 -08:00
parent 533db3e807
commit fcecb3fea6
4 changed files with 58 additions and 45 deletions

View File

@@ -12,6 +12,7 @@ cfg-if = "1.0"
[dev-dependencies]
wasi-common = { path = "../wasi-common", version = "0.22.0" }
wasi-virtfs = { path = "../wasi-common/virtfs", version = "0.22.0" }
wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync", version = "0.22.0" }
wasmtime = { path = "../wasmtime", version = "0.22.0" }
wasmtime-wasi = { path = "../wasi", version = "0.22.0" }