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