mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
HTML5: Enable mbedTLS module for Crypto object
Increases the size of the wasm by around 3% (~300-350 KiB).
This enables using the Crypto object for hashing, signing and encryption,
and therefore reduces the gap between the features of the HTML5 platform
and other platforms.
Closes https://github.com/godotengine/godot-proposals/issues/3574.
(cherry picked from commit 3ff6d794c0)
This commit is contained in:
parent
78c54043ce
commit
9d1d386bd0
4 changed files with 0 additions and 8 deletions
|
|
@ -48,11 +48,6 @@ def get_flags():
|
|||
return [
|
||||
("tools", False),
|
||||
("builtin_pcre2_with_jit", False),
|
||||
# Disabling the mbedtls module reduces file size.
|
||||
# The module has little use due to the limited networking functionality
|
||||
# in this platform. For the available networking methods, the browser
|
||||
# manages TLS.
|
||||
("module_mbedtls_enabled", False),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue