clear out a bunch of old code, reorganize

This commit is contained in:
Pat Hickey
2020-01-19 18:32:16 -08:00
parent 4c7b3e8685
commit cd686915aa
10 changed files with 403 additions and 457 deletions

View File

@@ -8,6 +8,7 @@ edition = "2018"
proc-macro = true
[dependencies]
memory = { path = "../memory" }
witx = { path = "../WASI/tools/witx" }
quote = "1.0"
proc-macro2 = "1.0"