system-interface 0.6

This commit is contained in:
Pat Hickey
2021-02-03 16:07:05 -08:00
parent 1a45096ee6
commit e670c46862
4 changed files with 17 additions and 59 deletions

View File

@@ -30,7 +30,7 @@ wat = { version = "1.0.23", optional = true }
wasi-common = { path = "../wasi-common", optional = true }
wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync", optional = true }
wasmtime-wasi = { path = "../wasi", optional = true }
cap-std = { version = "0.12", optional = true }
cap-std = { version = "0.13", optional = true }
[features]
default = ['jitdump', 'wat', 'wasi', 'cache']