Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML5: Enable mbedTLS module for Crypto object, force disable Asset Library #61402

Merged
merged 2 commits into from
May 25, 2022

Commits on May 25, 2022

  1. HTML5: Always disable Asset Library

    GitHub doesn't allow CORS so we can't download assets from it.
    
    There'd also be more work needed for the Asset Library plugin to be
    usable in the Web editor even if that was supported.
    akien-mga committed May 25, 2022
    Configuration menu
    Copy the full SHA
    42b4849 View commit details
    Browse the repository at this point in the history
  2. 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 godotengine/godot-proposals#3574.
    akien-mga committed May 25, 2022
    Configuration menu
    Copy the full SHA
    3ff6d79 View commit details
    Browse the repository at this point in the history