You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +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.
This commit is contained in:
@@ -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),
|
||||
("vulkan", False),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user