You can install OpenSSL with:
wapm install openssl
You can run OpenSSL cli
$ wapm run openssl
OpenSSL>
You will need Wasienv to build the openssl.wasm
file.
Steps:
- Setup wasienv, see Installation Instructions
- Run
./build.sh
Build script inspired by TrueBitFoundation