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.31.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.31.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 27, 2025

  1. Slice a bytes array when the underlying memory is shared

    TextDecoder does not support decoding shared memory slices directly on
    browsers, so we need to slice the Uint8Array
    kateinoigakukun committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    03f4d9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #379 from swiftwasm/yt/fix-shared-memory-slice

    Slice a bytes array when the underlying memory is shared
    kateinoigakukun authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    387347a View commit details
    Browse the repository at this point in the history
Loading