Closed xermicus closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
45f01b4
) 87.65% compared to head (be15217
) 87.65%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The language server alone pulls over 200 dependencies, or close to half of our total dependencies. Currently,
cargo build
causes to compile 552 crates. With this feature flag, acargo build --no-default-features --features llvm,wasm_opt
compiles only 296 crates.And there are some chunky ones in the language server too. With the LS I get the following timings:
Main offender is still
wasm-opt
by far, but we already have a flag for this.