wasmtime-wiggle-macro: adopt config system from wiggle-generate

This commit is contained in:
Pat Hickey
2020-06-22 18:39:33 -07:00
parent 7d3d16aef0
commit 185701df1b
6 changed files with 97 additions and 59 deletions

View File

@@ -16,6 +16,7 @@ test = false
[dependencies]
witx = { path = "../../../wasi-common/WASI/tools/witx", version = "0.8.5" }
wiggle-generate = { path = "../../generate", version = "0.18.0" }
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
proc-macro2 = "1.0"