wasi: switch to use wasmtime-wiggle for wiggle integration

This commit is contained in:
Pat Hickey
2020-06-22 17:23:11 -07:00
parent 712990191a
commit 303f7172a1
3 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ wasmtime = { path = "../wasmtime", version = "0.18.0", default-features = false
wasmtime-runtime = { path = "../runtime", version = "0.18.0" }
wig = { path = "../wasi-common/wig", version = "0.18.0" }
wiggle = { path = "../wiggle", version = "0.18.0" }
wasmtime-wiggle = { path = "../wiggle/wasmtime", version = "0.18.0" }
[badges]
maintenance = { status = "actively-developed" }