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.47.1
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.48.0
Choose a head ref
  • 11 commits
  • 103 files changed
  • 4 contributors

Commits on Mar 10, 2026

  1. Configuration menu
    Copy the full SHA
    86f07ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6762c6b View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    wfltaylor committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    825f695 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Configuration menu
    Copy the full SHA
    a93a686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c1c32c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

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

Commits on Mar 13, 2026

  1. Merge pull request #701 from swiftwasm/yt/more-int-width

    BridgeJS: expand integer and raw-value enum support
    krodak authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    c5ae8c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Merge pull request #694 from wfltaylor/extensions

    BridgeJS: Correctly emit @js methods in extensions
    krodak authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    95bb3af View commit details
    Browse the repository at this point in the history
  2. Revert "BridgeJS: Correctly emit @js methods in extensions" (#703)

    Revert of #694. Required to unblock CI on #702.
    MaxDesiatov authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    abf1c88 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Fix Embedded, bump 6.3 Swift toolchain in test.yml (#702)

    * Bump Swift toolchain snapshots in `test.yml`
    
    Bumping to `2026-03-05` for 6.3 and `2026-03-09` for `main`.
    
    * Fix concurrency `@_spi`
    
    * Downgrade `main` snapshot to old version
    
    * Fix 6.3 build error
    
    * EmbeddedApp/main.swift: Fix capitalization in print statement
    
    * Add `Examples/EmbeddedConcurrency`
    
    * EmbeddedConcurrency: don't use `-c release` for SwiftSyntax
    
    Remove the '-c release' option from the build command.
    
    * Fix warnings with untyped throws, fix npm install error
    
    # Conflicts:
    #	Examples/EmbeddedConcurrency/build.sh
    
    * Fix formatting
    
    * Bump `build-examples` snapshots to 2026-03-14
    
    * Use 2026-03-09 for `main` development snapshots
    
    * Add Swift version check before building examples
    
    * Exercise `await` on `JSPromise/value`
    
    * Address PR feedback
    
    * Move `EmbeddedConcurrencyApp` to fixtures
    
    * Temporarily disable `main` snapshots
    
    * Removing crashing test from the PR
    MaxDesiatov authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    d6630c8 View commit details
    Browse the repository at this point in the history
  2. Gate ExperimentalCustomExecutors usage behind Swift 6.4 compiler ch…

    …eck (#705)
    
    Gate `ExperimentalCustomExecutors` usage behind Swift 6.4 for non-Wasm targets
    
    Seems like it's dropped in Swift 6.3 rc shipped along with Xcode 26.4 RC
    in the last minute
    kateinoigakukun authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    c36a742 View commit details
    Browse the repository at this point in the history
Loading