More code reorganization and cleanups.

This commit is contained in:
Dan Gohman
2018-08-03 15:06:59 -07:00
parent 33b7dfac00
commit ef5254c0da
12 changed files with 88 additions and 42 deletions

View File

@@ -18,9 +18,6 @@ path = "src/wasm2obj.rs"
[dependencies]
cranelift-codegen = "0.18.1"
cranelift-frontend = "0.18.1"
cranelift-reader = "0.18.1"
cranelift-wasm = "0.18.1"
cranelift-native = "0.18.1"
wasmtime-runtime = { path = "lib/runtime" }
wasmtime-execute = { path = "lib/execute" }