Skip to content

Disable OpenSSL module in HTML5 platform by default

Rafał Mikrut requested to merge github/fork/leonkrause/html5-notls into master

Created by: leonkrause

Building without the OpenSSL module reduces the WebAssembly module file size by ~1MiB. StreamPeerSSL has a very limited use case in the HTML5 platform with most of the networking classes non-functional. HTTPClient leaves TLS to the browser.

Merge request reports