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

feat(crypto-js): Encode the WASM as base64 for portability #1167

Merged
merged 17 commits into from
Nov 3, 2022
Merged

Commits on Oct 31, 2022

  1. Encode the WASM as base64

    Some nasty hackery to get around the nastiness of the JS ecosystem
    richvdh committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0938566 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Optimise unbase64

    Use a lookup table instead of a function with if statements
    richvdh committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    4557494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce03f01 View commit details
    Browse the repository at this point in the history
  3. Fix unbase64 loading

    richvdh committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    0f104c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. feat(crypto-js): Make scripts/build.sh compatible with macOS.

    This patch also improves the “phrasing”, simplifies the code a little bit etc.
    Small stuff.
    Hywan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    6497d6d View commit details
    Browse the repository at this point in the history
  2. !fixup

    Hywan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    28d4a69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb96ab8 View commit details
    Browse the repository at this point in the history
  4. !debug

    Hywan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a4ca6db View commit details
    Browse the repository at this point in the history
  5. fix JS syntax

    richvdh committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    9d400a7 View commit details
    Browse the repository at this point in the history
  6. Clean up build script

    richvdh committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    898265b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. !debug

    Hywan committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    223e65f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7d225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d044565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    265ac1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e989bc2 View commit details
    Browse the repository at this point in the history
  6. !debug off

    Hywan committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6d21df6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee27c19 View commit details
    Browse the repository at this point in the history