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.27.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: main
Choose a head ref
  • 10 commits
  • 38 files changed
  • 2 contributors

Commits on Apr 11, 2025

  1. Configuration menu
    Copy the full SHA
    4a27285 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from swiftwasm/yt/wasm-injection

    PackageToJS: Add WebAssembly namespace option to instantiate
    kateinoigakukun authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    0f1fdd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. Configuration menu
    Copy the full SHA
    539fd44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #343 from swiftwasm/katei/refactor-benchmarks

    Build benchmarks with PackageToJS
    kateinoigakukun authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    b75e03a View commit details
    Browse the repository at this point in the history
  3. Remove UMD build of JS runtime library

    We always use ESM, so we don't need to generate UMD runtime.js anymore.
    kateinoigakukun committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    7e7aa80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62427ba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #342 from swiftwasm/katei/remove-runtime-umd

    Remove UMD build of JS runtime library
    kateinoigakukun authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    cacbd52 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Fix some Embedded Swift issues in JavaScriptEventLoop

    This change fixes some of the issues that appear when building this library with Embedded Swift. It adds missing concurrency imports and avoids use of throwing tasks that are not supported in Embedded Swift. Standard Swift's `Result` type is used instead to express error throwing.
    MaxDesiatov committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    2b5f674 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    MaxDesiatov committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    86e2095 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #344 from swiftwasm/maxd/embedded-concurrency1

    Fix some Embedded Swift issues in `JavaScriptEventLoop`
    kateinoigakukun authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    d3b26d3 View commit details
    Browse the repository at this point in the history
Loading