bytecodealliance / cargo-wasi

A lightweight Cargo subcommand to build Rust code for the `wasm32-wasi` target
https://bytecodealliance.github.io/cargo-wasi/
Apache License 2.0
444 stars 29 forks source link

Use rustls instead of openssl for reqwest #130

Closed smndtrl closed 1 year ago

smndtrl commented 1 year ago

This enables rustls support in reqwest to avoid the openssl-sys dependency.

Otherwise cargo install wasi may fail on systems that are not setup for C development and are missing either pkg-config or the respective libssl packag

alexcrichton commented 1 year ago

Sure!