You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider switching from our node-forge TLS/HTTP implementation to a more robust and established TLS library. For example, we could compile OpenSSL or mbedTLS to WASM.
The openssl wasm binary is 1.87MB.
The mbedtls one is very small but seems to be only used for elliptic curve crypto, it might get larger when exporting TLS functions.
We should consider switching from our node-forge TLS/HTTP implementation to a more robust and established TLS library. For example, we could compile OpenSSL or mbedTLS to WASM.
Possibly useful projects:
The text was updated successfully, but these errors were encountered: