wasmx / wasm-chisel

Some useful utilities to transform WebAssembly binaries.
Apache License 2.0
55 stars 11 forks source link

Make DepGraphManager and Edge public, prune unused imports in depgraph.rs #121

Closed jakelang closed 5 years ago

jakelang commented 5 years ago

Part of #117.

Avoids private trait bound on public trait warning, which will be made an error in future rustc releases.