-
Notifications
You must be signed in to change notification settings - Fork 9
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/WebAPIKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: swiftwasm/WebAPIKit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 37 files changed
- 3 contributors
Commits on May 8, 2024
-
Stop using shell just to run commands
There is no need to use shell here, and we should not assume that user's zshrc configures the PATH correctly. Instead, we should use the `Process` API to run commands directly, and assume that the PATH in the process spawn environment is correctly configured.
Configuration menu - View commit details
-
Copy full SHA for beec492 - Browse repository at this point
Copy the full SHA beec492View commit details
Commits on Apr 23, 2025
-
Improve compatibility with Embedded Swift (#58)
The change adds a conditional import excluding the JavaScriptEventLoop module that's not yet fully compatible with Embedded Swift. With the `JSObject` type from the JavaScriptKit dependency, which is also now compatible with Embedded Swift, record types are now mapped to `JSObject`. As for fields marked as optional in originating IDL, these are now correctly mapped as optional in Swift.
Configuration menu - View commit details
-
Copy full SHA for 4fbb046 - Browse repository at this point
Copy the full SHA 4fbb046View commit details
Commits on Apr 24, 2025
-
Clean up use of closure property wrappers (#59)
This changes improves compatibility of the WebAPIKit library with Embedded Swift. Unsupported concurrency code is excluded when concurrency is not available, including the use of async sequences. Use of closure patterns is cleaned up to use getters and setters directly instead of property wrappers, which reduces binary code size when Embedded Swift is used.
Configuration menu - View commit details
-
Copy full SHA for 7f1772e - Browse repository at this point
Copy the full SHA 7f1772eView commit details -
Following up on closures property wrappers cleanup (#60)
This change fixes an issue with the use of property wrappers for closures in WebAPIKit, which caused unnecessary increases in binary code size for products utilizing this library. Use of property wrappers is removed and simple direct getter and setter accessors are used for properties of closure types instead.
Configuration menu - View commit details
-
Copy full SHA for 51d7fc7 - Browse repository at this point
Copy the full SHA 51d7fc7View commit details
Commits on Jun 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cd7d4ad - Browse repository at this point
Copy the full SHA cd7d4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 535674f - Browse repository at this point
Copy the full SHA 535674fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 740bb47 - Browse repository at this point
Copy the full SHA 740bb47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d21a4 - Browse repository at this point
Copy the full SHA 15d21a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2832a10 - Browse repository at this point
Copy the full SHA 2832a10View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.1.0...0.2.0