Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SpiralCloudOmega
/
JavaScriptKit
Public
forked from
swiftwasm/JavaScriptKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
JavaScriptKit
Sources
JavaScriptKit
on
main
User selector
All users
All time
Commit history
Commits on Jan 29, 2026
BridgeJS: Swift Array support (#542)
krodak
authored
8784a38
View commit details
Copy full SHA for 8784a38
View code at this point
Browse repository at this point
Commits on Jan 28, 2026
BridgeJS: Support `@JS` Swift struct types in imported JS signatures
Show description for 5931e7c
kateinoigakukun
committed
5931e7c
View commit details
Copy full SHA for 5931e7c
View code at this point
Browse repository at this point
Commits on Jan 27, 2026
BridgeJS: allow imports from globalThis
Show description for 773254a
kateinoigakukun
committed
773254a
View commit details
Copy full SHA for 773254a
View code at this point
Browse repository at this point
Turn JSValue from enum to struct to have flexibility for future changes (#528)
kateinoigakukun
authored
7b1ee44
View commit details
Copy full SHA for 7b1ee44
View code at this point
Browse repository at this point
Merge pull request #527 from swiftwasm/katei/7d0c-add-init-unsafel
Show description for d79a9be
krodak
authored
d79a9be
View commit details
Copy full SHA for d79a9be
View code at this point
Browse repository at this point
BridgeJS: support UnsafePointer-family types (#525)
Show description for 89e3532
kateinoigakukun
authored
89e3532
View commit details
Copy full SHA for 89e3532
View code at this point
Browse repository at this point
BridgeJS: allow @JS structs to copy from JSObject
Show description for da51c40
kateinoigakukun
committed
da51c40
View commit details
Copy full SHA for da51c40
View code at this point
Browse repository at this point
Commits on Jan 26, 2026
Added `jsName` support to `@JSFunction` and `@JSClass`, end-to-end.
Show description for 0497d26
kateinoigakukun
committed
0497d26
View commit details
Copy full SHA for 0497d26
View code at this point
Browse repository at this point
- Added `@JSGetter(jsName: String? = nil)` so generated getters can target non-Swift/quoted JS property names (`Sources/JavaScriptKit/Macros.swift`).
Show description for ed57d5e
kateinoigakukun
committed
ed57d5e
View commit details
Copy full SHA for ed57d5e
View code at this point
Browse repository at this point
Commits on Jan 21, 2026
Merge pull request #504 from GoodNotes/katei/7b73-generate-jsbridg
Show description for eca0298
krodak
authored
eca0298
View commit details
Copy full SHA for eca0298
View code at this point
Browse repository at this point
chore: Minor updates to BridgeJS documentation (#503)
krodak
authored
4c0d367
View commit details
Copy full SHA for 4c0d367
View code at this point
Browse repository at this point
- 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 58f2f1b
kateinoigakukun
committed
58f2f1b
View commit details
Copy full SHA for 58f2f1b
View code at this point
Browse repository at this point
Commits on Jan 17, 2026
BridgeJS: Macro-annotated import notations
kateinoigakukun
committed
91d2f06
View commit details
Copy full SHA for 91d2f06
View code at this point
Browse repository at this point
Drop Swift 6.0 support (#500)
kateinoigakukun
authored
dbeee8a
View commit details
Copy full SHA for dbeee8a
View code at this point
Browse repository at this point
Commits on Jan 14, 2026
[NFC] BridgeJS: Unify JS function calling convention code emission
kateinoigakukun
committed
da70302
View commit details
Copy full SHA for da70302
View code at this point
Browse repository at this point
Commits on Jan 12, 2026
Documentation: Fix example code snippet in Hello World tutorial
kateinoigakukun
committed
8d23cdb
View commit details
Copy full SHA for 8d23cdb
View code at this point
Browse repository at this point
Documentation: Add JavaScript Interop Cheat Sheet (#491)
kateinoigakukun
authored
a277afb
View commit details
Copy full SHA for a277afb
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
Fix typo: rename `BridgeJSInstrincics` to `BridgeJSIntrinsics` (#485)
Show description for 721f662
MaxDesiatov
authored
721f662
View commit details
Copy full SHA for 721f662
View code at this point
Browse repository at this point
Commits on Dec 22, 2025
BridgeJS: Add default parameters to struct and enable struct as default parameter
krodak
committed
0872dbd
View commit details
Copy full SHA for 0872dbd
View code at this point
Browse repository at this point
Commits on Dec 20, 2025
BridgeJS: Swift struct support (#479)
krodak
authored
9b2a6b1
View commit details
Copy full SHA for 9b2a6b1
View code at this point
Browse repository at this point
Commits on Nov 29, 2025
Add Node.js example (#473)
Show description for 6892354
kateinoigakukun
and
Copilot
authored
6892354
View commit details
Copy full SHA for 6892354
View code at this point
Browse repository at this point
Commits on Nov 28, 2025
Documentation: Add Testing article
kateinoigakukun
committed
4b327dc
View commit details
Copy full SHA for 4b327dc
View code at this point
Browse repository at this point
Documentation: Add debugging and profiling articles
kateinoigakukun
committed
4de8df3
View commit details
Copy full SHA for 4de8df3
View code at this point
Browse repository at this point
Documentation: Fix docc formatting issues
kateinoigakukun
committed
94762ae
View commit details
Copy full SHA for 94762ae
View code at this point
Browse repository at this point
Commits on Nov 27, 2025
BridgeJS: Global namespace configuration and tests
krodak
committed
afe86fc
View commit details
Copy full SHA for afe86fc
View code at this point
Browse repository at this point
Merge pull request #471 from swiftwasm/yt/extern-top-level-requirement
Show description for 8f31637
krodak
authored
8f31637
View commit details
Copy full SHA for 8f31637
View code at this point
Browse repository at this point
Commits on Nov 22, 2025
Documentation: Leave `--from` version as `<version>` in tutorial files
kateinoigakukun
committed
c182942
View commit details
Copy full SHA for c182942
View code at this point
Browse repository at this point
Documentation: Update estimated time
kateinoigakukun
committed
199fd74
View commit details
Copy full SHA for 199fd74
View code at this point
Browse repository at this point
Documentation: Update Hello World tutorial prerequisites for Swift 6.2.1
kateinoigakukun
committed
734ec3c
View commit details
Copy full SHA for 734ec3c
View code at this point
Browse repository at this point
Commits on Nov 19, 2025
BridgeJS: Move extern decls in BridgeJSIntrinsics.swift to top-level
kateinoigakukun
committed
d7610c8
View commit details
Copy full SHA for d7610c8
View code at this point
Browse repository at this point
BridgeJS: Namespaced elements in Exports
krodak
committed
09c1e2a
View commit details
Copy full SHA for 09c1e2a
View code at this point
Browse repository at this point
Commits on Nov 14, 2025
BridgeJS: Closure support review comments
krodak
committed
d628d2d
View commit details
Copy full SHA for d628d2d
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
BridgeJS: Swift closure support
krodak
committed
3d17fda
View commit details
Copy full SHA for 3d17fda
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
BridgeJS: Fix for side channelling values on properties getters / setters
krodak
committed
e7e1b79
View commit details
Copy full SHA for e7e1b79
View code at this point
Browse repository at this point
BridgeJS: Protocol support for enum values (all types + optionals)
Show description for 128f696
krodak
committed
128f696
View commit details
Copy full SHA for 128f696
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.