Update wasmparser to 0.51.3 and clif forks to 0.59

This commit is contained in:
Mark McCaskey
2020-02-26 12:51:56 -08:00
parent 6059c04630
commit 21fd95d760
10 changed files with 188 additions and 84 deletions

View File

@ -11,7 +11,7 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
wasmparser = "0.45.0"
wasmparser = "0.51.3"
smallvec = "0.6"
goblin = "0.0.24"
libc = "0.2.60"