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.52.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.53.0
Choose a head ref
  • 5 commits
  • 77 files changed
  • 2 contributors

Commits on May 13, 2026

  1. Configuration menu
    Copy the full SHA
    f1f290b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0f54e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #744 from PassiveLogic/kr/fix-nested-struct-name-c…

    …ollision
    
    BridgeJS: Fix name collision for same-named nested structs
    krodak authored May 13, 2026
    Configuration menu
    Copy the full SHA
    0aeed7b View commit details
    Browse the repository at this point in the history
  4. BridgeJS: Add JSTypedArray as a recognized BridgeJS type (#746)

    BridgeJS: Add JSTypedArray convenience typealiases as recognized types
    
    Add JSInt8Array, JSUint8Array, JSInt16Array, JSUint16Array, JSInt32Array,
    JSUint32Array, JSFloat32Array, JSFloat64Array typealiases and pre-seed
    them in SwiftToSkeleton so BridgeJS recognizes them in @js signatures.
    
    Users can now write:
      @js func processData(_ data: JSUint8Array) -> JSUint8Array
    
    Generated TypeScript uses native typed array names:
      processData(data: Uint8Array): Uint8Array
    
    Bridging is reference-based (passes JSObject ID, no data copying).
    Follows the existing JSPromise pre-seeding pattern.
    krodak authored May 13, 2026
    Configuration menu
    Copy the full SHA
    fc672e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    403ae95 View commit details
    Browse the repository at this point in the history
Loading