tests: factor common HostMemory / MemArea code into a separate crate

This commit is contained in:
Pat Hickey
2020-02-21 13:18:42 -08:00
parent f48474b247
commit 0909cf2660
5 changed files with 122 additions and 102 deletions

View File

@@ -9,11 +9,13 @@ wiggle-generate = { path = "crates/generate" }
wiggle-runtime = { path = "crates/runtime" }
[dev-dependencies]
wiggle-test = { path = "crates/test" }
proptest = "0.9"
[workspace]
members = [
"crates/generate",
"crates/runtime"
"crates/runtime",
"crates/test",
]
exclude = ["crates/WASI"]