alexcrichton / openssl-src-rs

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

Added support for wasm32-wasi target #119

Closed OtaK closed 2 years ago

OtaK commented 2 years ago

Hi!

I'm currently on my way to make SQLite work with wasm32-wasi. So, one of the blockers was OpenSSL in general since SQLite depends heavily on it.

Here's my shot at it:

This should be the first step in closing https://github.com/sfackler/rust-openssl/issues/1016

Should also supersede #113

Please give me any feedback! I'll tend to it ASAP.

alexcrichton commented 2 years ago

Ah ok sorry I didn't realize that this wasn't passing CI, I'll take another look when CI is passing for wasm32-wasi

alexcrichton commented 2 years ago

Looks good to me, thanks!