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.26.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.26.2
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    f591be4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #327 from swiftwasm/katei/vite-build

    docs: Add a guide on deploying with Vite
    kateinoigakukun authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    4546366 View commit details
    Browse the repository at this point in the history
  3. Fix node version diagnostic handling on test harness

    The CompileError usually happens during `defaultNodeSetup`, so we
    should catch it there. Also `process.version` is a string with a `v`
    prefix, so we should use `process.versions.node`, which doesn't have
    the prefix instead.
    kateinoigakukun committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    fccfd97 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Merge pull request #328 from swiftwasm/katei/fix-node-version-hint

    Fix node version diagnostic handling on test harness
    kateinoigakukun authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    bad9706 View commit details
    Browse the repository at this point in the history
  2. build: Fix native build for missing symbol

    ```
    $s13JavaScriptKit8JSObjectC2idACs6UInt32V_tcfc: error: undefined reference to 'swjs_get_worker_thread_id_cached'
    ```
    kateinoigakukun committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    c80eed3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4709005 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #329 from swiftwasm/yt/fix-xcode-build

    build: Fix native build for missing symbol
    kateinoigakukun authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    f4d5219 View commit details
    Browse the repository at this point in the history
Loading