Commits
User selector
Commit History
Commits on Jan 29, 2026
Commits on Jan 28, 2026
BridgeJS: Support `@JS` Swift struct types in imported JS signatures
Show description for 5931e7ccommitted
Commits on Jan 27, 2026
BridgeJS: allow imports from globalThis
Show description for 773254acommitted- authored
Merge pull request #527 from swiftwasm/katei/7d0c-add-init-unsafel
Show description for d79a9beauthoredBridgeJS: support UnsafePointer-family types (#525)
Show description for 89e3532authoredBridgeJS: allow @JS structs to copy from JSObject
Show description for da51c40committed
Commits on Jan 26, 2026
Added `jsName` support to `@JSFunction` and `@JSClass`, end-to-end.
Show description for 0497d26committed- Added `@JSGetter(jsName: String? = nil)` so generated getters can target non-Swift/quoted JS property names (`Sources/JavaScriptKit/Macros.swift`).
Show description for ed57d5ecommitted
Commits on Jan 21, 2026
Merge pull request #504 from GoodNotes/katei/7b73-generate-jsbridg
Show description for eca0298authored- authored
- Updated `@JSClass` to synthesize `_JSBridgedClass` conformance via an attached extension (`Sources/JavaScriptKit/Macros.swift:176`, `Plugins/BridgeJS/Sources/BridgeJSMacros/JSClassMacro.swift:56`).
Show description for 58f2f1bcommitted
Commits on Jan 17, 2026
Commits on Jan 14, 2026
Commits on Jan 12, 2026
Commits on Jan 7, 2026
Fix typo: rename `BridgeJSInstrincics` to `BridgeJSIntrinsics` (#485)
Show description for 721f662authored
Commits on Dec 22, 2025
Commits on Dec 20, 2025
Commits on Nov 29, 2025
Add Node.js example (#473)
Show description for 6892354andauthored
Commits on Nov 28, 2025
Commits on Nov 27, 2025
- committed
Merge pull request #471 from swiftwasm/yt/extern-top-level-requirement
Show description for 8f31637authored
Commits on Nov 19, 2025
Commits on Nov 14, 2025
Commits on Nov 5, 2025
Commits on Oct 23, 2025
- committed
BridgeJS: Protocol support for enum values (all types + optionals)
Show description for 128f696committed