Use latest wasmparser instead of fork

This commit is contained in:
Jef
2019-03-28 10:14:40 +01:00
parent 2a60d76bdc
commit a8bb9fd634
7 changed files with 203 additions and 258 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
smallvec = "0.6"
dynasm = "0.3"
dynasmrt = "0.3"
wasmparser = { path = "./wasmparser.rs" }
wasmparser = "0.29"
memoffset = "0.2"
itertools = "0.8"
capstone = "0.5.0"