rustwasm/binary-install

Support for downloading binaries that aren't zip files or tarballs?

Opened this issue · 0 comments

💡 Feature description

Hi folks! Thank you for all the hard work on Rust's wasm tooling.

I'm looking to download the Tailwind CSS CLI, and those binaries aren't compressed. Currently binary-install panics if you try to download a non-compressed URL.

Is this a feature y'all would be interested in including? If so, I'm happy to think through the API design.