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.25.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.25.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 26, 2025

  1. Add JSTypedArray.copyMemory(to:) method

    This method allows copying the contents of a typed array to a Swift
    memory buffer.
    kateinoigakukun committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    2e7aa2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #315 from swiftwasm/yt/add-copy-memory

    Add `JSTypedArray.copyMemory(to:)` method
    kateinoigakukun authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    c0ddc7d View commit details
    Browse the repository at this point in the history
  3. PackageToJS: Inherit swift package -c configuration by default

    #309 introduced `-c`
    option to the plugin side in addition to the `swift package`'s one.
    However `swift package -c release js` was building with release config
    before 0.25.0 but it started to build with debug config as the default
    in 0.25.0. This change makes the plugin to respect the `swift package`'s
    one if `-c` is not specified after `js` plugin name
    kateinoigakukun committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    3fa6555 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #316 from swiftwasm/yt/inherit-config-by-default

    PackageToJS: Inherit `swift package -c` configuration by default
    kateinoigakukun authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    334f297 View commit details
    Browse the repository at this point in the history
Loading