-
-
Notifications
You must be signed in to change notification settings - Fork 63
Comparing changes
Open a pull request
base repository: swiftwasm/JavaScriptKit
base: 0.41.0
head repository: swiftwasm/JavaScriptKit
compare: 0.42.0
- 12 commits
- 66 files changed
- 3 contributors
Commits on Feb 5, 2026
-
[NFC] BridgeJS: Add push/pop JS codegen helpers
This is a preparation for unifying stacks for param/ret values to make it direction agnostic.
Configuration menu - View commit details
-
Copy full SHA for 89d8165 - Browse repository at this point
Copy the full SHA 89d8165View commit details -
Merge pull request #587 from swiftwasm/yt/nfc-push-pop-js-glue-gen
[NFC] BridgeJS: Add push/pop JS codegen helpers
Configuration menu - View commit details
-
Copy full SHA for 2aceeb9 - Browse repository at this point
Copy the full SHA 2aceeb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b7b72 - Browse repository at this point
Copy the full SHA 63b7b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20457f4 - Browse repository at this point
Copy the full SHA 20457f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 516fb9d - Browse repository at this point
Copy the full SHA 516fb9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ec08d - Browse repository at this point
Copy the full SHA 72ec08dView commit details -
PackageToJS: Fix skeleton file discovery path for build plugin output
The SkeletonCollector was looking for BridgeJS.json at the wrong path for build-time generated files. Since commit 91d2f06, BridgeJSTool writes skeleton files to `destination/BridgeJS/JavaScript/BridgeJS.json`, but PackageToJS was searching in `destination/BridgeJS/BridgeJS.json` (missing the JavaScript/ subdirectory). This caused projects using dynamic BridgeJS generation via the build plugin to fail - PackageToJS couldn't find the skeleton files, resulting in HAS_BRIDGE=false and stub implementations in instantiate.js.
Configuration menu - View commit details
-
Copy full SHA for 3da2172 - Browse repository at this point
Copy the full SHA 3da2172View commit details -
Merge pull request #591 from PassiveLogic/krodak/packagetojslocationfix
PackageToJS: Fix skeleton file discovery path for build plugin output
Configuration menu - View commit details
-
Copy full SHA for 9a312e2 - Browse repository at this point
Copy the full SHA 9a312e2View commit details -
Merge pull request #589 from swiftwasm/yt/follow-up-capture-cleanup
[NFC] BridgeJS: Remove remaining explicit captures from enum/struct helpers
Configuration menu - View commit details
-
Copy full SHA for 23cec54 - Browse repository at this point
Copy the full SHA 23cec54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3a697 - Browse repository at this point
Copy the full SHA 6b3a697View commit details -
BridgeJS: Add missing
functionkeyword for namespace function decla……rations in TypeScript (#592)
Configuration menu - View commit details
-
Copy full SHA for b1fb45e - Browse repository at this point
Copy the full SHA b1fb45eView commit details -
Merge pull request #590 from swiftwasm/yt/direction-agnostic-stack
[NFC] BridgeJS: Make Stack ABI storage direction agnostic
Configuration menu - View commit details
-
Copy full SHA for faf9d12 - Browse repository at this point
Copy the full SHA faf9d12View 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.41.0...0.42.0