Stream: git-wasmtime

Topic: wasmtime / PR #3490 Remove unused dependencies


view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2021 at 09:08):

bnjbvr edited PR #3490 from remove-unused-cranelift-deps to main:

An attempt at using a new tool I made that removes spurious dependencies in Cargo.toml in a very naive fashion. Seems that I could still compile with cargo test --all locally with these changes, let's see what CI thinks.

One package is actually removed from the Cargo.lock file, which is surprising. Usually, the spurious dependencies exist because these are former dependencies of the package, but that have moved elsewhere. Removing these dependencies can sometimes help reorder the crate compilation graph, and slightly reduce overall build times on machines with multiple cores.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2021 at 17:08):

alexcrichton merged PR #3490.


Last updated: Nov 22 2024 at 17:03 UTC