The
crypto
module provides cryptographic functionality that includes a set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify functions.
crypto
モジュールは、OpenSSLのハッシュ、HMAC、暗号化、復号化、署名、および認証機能のラッパーのセットを含む暗号化機能を提供します。
WindowsでRust から WebAssembly にコンパイルするを試してみてるが、cargo install wasm-pack
でエラーになる
解決方法
方法1 WindowsにStrawberry Perlをインストールして、cargo install wasm-pack
を実行する
方法2 コンパイル済みのOpenSSL libraryを使う
方法3 コンパイル済みのwasm-pack binaryを使う
from can't install cargo wasm-pack
方法3で解決した。