Update parity-wasm dependency

While doing this, make `parity-wasm` a public dependency of all crates
instead of using the `Any` trick as that's not really needed any more.
This commit is contained in:
Alex Crichton
2018-10-08 10:01:53 -07:00
parent e3e5c0f57d
commit 79e4324a3b
7 changed files with 9 additions and 38 deletions

View File

@ -354,6 +354,7 @@ impl<'a> LiveContext<'a> {
ValueType::I64 => {}
ValueType::F32 => {}
ValueType::F64 => {}
ValueType::V128 => {}
}
}