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

Apply WASI support patch against ICU source tree #35

Merged
merged 2 commits into from
Aug 6, 2024

Commits on Aug 2, 2024

  1. Cherry-pick "ICU-22838 Add WebAssembly/WASI cross-compilation support"

    The original patch is still under review in the upstream ICU project, but
    it is needed to unblock the swift-foundation build on WebAssembly.
    
    See unicode-org/icu#3067
    kateinoigakukun committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a36358f View commit details
    Browse the repository at this point in the history
  2. [Build] Update compile definitions for WASI target

    `U_TIMEZONE` must not be defined and dynamic loading features must be
    disabled for WASI target.
    kateinoigakukun committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7a2d6bd View commit details
    Browse the repository at this point in the history