alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

Support compiling to wasm32-wasi target #113

Closed mdrokz closed 1 year ago

mdrokz commented 2 years ago

Adds support for compiling to wasm32-wasi target

Changes

Issues

mdrokz commented 2 years ago

Thanks! Can you add a builder to CI so we can track whether it continues to work over time or not?

OpenSSL 3 isnt compatible with wasm32-wasi target by default, in order to compile it you need to apply patches and i only found patches for OpenSSL 1.1.1d and compiled it, but the openssl-src-rs repo always fetches the latest openssl, is there any way to fetch only OpenSSL 1 for the builder?

mdrokz commented 1 year ago

Closed because of #119