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.46.5
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.47.0
Choose a head ref
  • 6 commits
  • 66 files changed
  • 4 contributors

Commits on Mar 4, 2026

  1. fix use-after-free in BridgeJS (#690)

    fix use-after-free
    diederich authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    0c4c45a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc05d2a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. [BridgeJS] Pass String parameters unretained as (address, length) (#688)

    * pass unretained strings as tuple
    
    * Generalize lowering parameters with borrowing scope
    
    * factored out decodeString global
    
    * formatting
    
    * format (with Swift 6.2)
    
    ---------
    
    Co-authored-by: Yuta Saito <[email protected]>
    sliemeobn and kateinoigakukun authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    3d25cd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40fa074 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    757f2a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #693 from PassiveLogic/kr/fix-declare-global-class…

    …-stubs
    
    BridgeJS: Include properties and release() in declare global class stubs
    krodak authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    ba66ff1 View commit details
    Browse the repository at this point in the history
Loading