Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swiftwasm/JavaScriptKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.0
Choose a base ref
...
head repository: swiftwasm/JavaScriptKit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.19.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    5bca895 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fix availability marker for Swift 5.9 compiler targeting host machine

    When building JavaScriptKit with Xcode, targeting host machine, the
    `func enqueue(_: ExecutorJob)` must be guarded by `@available` attribute
    explicitly. And due to the 5.9 compiler issue, it emit some migration
    warnings too consevatively. This commit suppress the warning by updating
    minimum available OS versions. Those versions should not be a problem
    when building for Wasm.
    kateinoigakukun committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    88abb13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #232 from swiftwasm/yt/fix-availability-mark

    Fix availability marker for Swift 5.9 compiler targeting host machine
    kateinoigakukun authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1823a2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7e39c View commit details
    Browse the repository at this point in the history
Loading