denoland / rusty_v8

Rust bindings for the V8 JavaScript engine
https://crates.io/crates/v8
MIT License
3.28k stars 308 forks source link

feat: .gz compress release artifacts #1434

Closed mmastrac closed 6 months ago

mmastrac commented 6 months ago

This helps download artifacts on flaky or slow networks. We save about 75% of the download required for most of these archives.

We'll need to do a release after we land this one to avoid a case where main can't be built.