-
-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: swiftwasm/JavaScriptKit
base: 0.24.0
head repository: swiftwasm/JavaScriptKit
compare: 0.24.1
- 17 commits
- 5 files changed
- 1 contributor
Commits on Mar 17, 2025
-
This function was used to check the compatibility between the JavaScriptKit Swift library and JS runtime because they were manually kept in sync by users of the library with npm and SwiftPM. Now that the library is distributed as a single SwiftPM package, there is no need for this function.
Configuration menu - View commit details
-
Copy full SHA for 653deb5 - Browse repository at this point
Copy the full SHA 653deb5View commit details
Commits on Mar 18, 2025
-
Expose
swjs_library_features
from Swift sideWe now support only Swift 6.0 and above, so we can use `@_expose(wasm)` instead of `__attribute__((export_name))` and `@_cdecl` hack.
Configuration menu - View commit details
-
Copy full SHA for 1336270 - Browse repository at this point
Copy the full SHA 1336270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 396899c - Browse repository at this point
Copy the full SHA 396899cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e907e5c - Browse repository at this point
Copy the full SHA e907e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66863cf - Browse repository at this point
Copy the full SHA 66863cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8719580 - Browse repository at this point
Copy the full SHA 8719580View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc5d334 - Browse repository at this point
Copy the full SHA fc5d334View commit details -
Configuration menu - View commit details
-
Copy full SHA for f12b41a - Browse repository at this point
Copy the full SHA f12b41aView commit details -
Merge pull request #305 from swiftwasm/yt/add-more-didyoumean
PackageToJS: Emit hints for permission denied errors
Configuration menu - View commit details
-
Copy full SHA for a37dfa9 - Browse repository at this point
Copy the full SHA a37dfa9View commit details -
Make
JSObject.id
getter inlinableThis change makes `JSObject.id` getter inlinable. Those who use the API to avoid dynamic member lookup overhead can now benefit from the inlinable getter.
Configuration menu - View commit details
-
Copy full SHA for b787af2 - Browse repository at this point
Copy the full SHA b787af2View commit details -
Merge pull request #306 from swiftwasm/yt/inline-id
Make `JSObject.id` getter inlinable
Configuration menu - View commit details
-
Copy full SHA for e36e93c - Browse repository at this point
Copy the full SHA e36e93cView commit details -
Merge pull request #304 from swiftwasm/yt/remove-cdecls
Use `@_expose(wasm)` instead of `__attribute__((export_name))` and `@_cdecl` hack
Configuration menu - View commit details
-
Copy full SHA for 1de7acc - Browse repository at this point
Copy the full SHA 1de7accView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6eecb0 - Browse repository at this point
Copy the full SHA d6eecb0View commit details
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5502474 - Browse repository at this point
Copy the full SHA 5502474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ba8ae - Browse repository at this point
Copy the full SHA 29ba8aeView commit details
Commits on Mar 20, 2025
-
PackageToJS: Generalize
--verbose
flag to all commandsAnd use it to control the verbosity of the build process.
Configuration menu - View commit details
-
Copy full SHA for 56ec458 - Browse repository at this point
Copy the full SHA 56ec458View commit details -
Merge pull request #307 from swiftwasm/yt/plugin-verbose
PackageToJS: Generalize `--verbose` flag to all commands
Configuration menu - View commit details
-
Copy full SHA for 6406ec2 - Browse repository at this point
Copy the full SHA 6406ec2View commit details
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.24.0...0.24.1