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 }}
1amageek
/
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 Aug 4, 2026
Harden JavaScript interop boundaries
1amageek
committed
8067be4
View commit details
Copy full SHA for 8067be4
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
Make the Embedded bridge callable by plain export names
Show description for d5c45fd
1amageek
committed
d5c45fd
View commit details
Copy full SHA for d5c45fd
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
Add Embedded WASM size verification
1amageek
committed
7d3d6b2
View commit details
Copy full SHA for 7d3d6b2
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
Box JSException storage in a class to fit the direct typed-error convention
krodak
committed
d26143e
View commit details
Copy full SHA for d26143e
View code at this point
Browse repository at this point
BridgeJS: Warn on async throwing closures passed to JavaScript
krodak
committed
c020734
View commit details
Copy full SHA for c020734
View code at this point
Browse repository at this point
BridgeJS: Support throws and async for closures
krodak
committed
fa13f45
View commit details
Copy full SHA for fa13f45
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
[codex] Drop Swift 6.1/6.2 support and raise MSSV to 6.3 (#762)
Show description for 8291fb9
kateinoigakukun
authored
8291fb9
View commit details
Copy full SHA for 8291fb9
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
Merge pull request #754 from PassiveLogic/kr/fix-optional-jsclass-param
Show description for 9706c4c
krodak
authored
9706c4c
View commit details
Copy full SHA for 9706c4c
View code at this point
Browse repository at this point
BridgeJS: Support non-ConvertibleToJSValue async exported return types (#758)
krodak
authored
388160c
View commit details
Copy full SHA for 388160c
View code at this point
Browse repository at this point
BridgeJS: Support optional @JSClass as exported function parameters
krodak
committed
c93a031
View commit details
Copy full SHA for c93a031
View code at this point
Browse repository at this point
Commits on May 13, 2026
BridgeJS: Optimize numeric array transfer with bulk TypedArray copy (#745)
krodak
authored
403ae95
View commit details
Copy full SHA for 403ae95
View code at this point
Browse repository at this point
BridgeJS: Add JSTypedArray as a recognized BridgeJS type (#746)
Show description for fc672e7
krodak
authored
fc672e7
View commit details
Copy full SHA for fc672e7
View code at this point
Browse repository at this point
Commits on May 11, 2026
Merge pull request #739 from wfltaylor/fix-closure-struct-return
Show description for 5e96639
krodak
authored
5e96639
View commit details
Copy full SHA for 5e96639
View code at this point
Browse repository at this point
Commits on May 6, 2026
Fix cross-thread JSString deinit by wrapping JSObject instead of raw ref
Show description for d3f96f4
claude
committed
d3f96f4
View commit details
Copy full SHA for d3f96f4
View code at this point
Browse repository at this point
Commits on May 4, 2026
BridgeJS: Move optional JSObject to stack ABI, enabling Optional<@JSClass> (#738)
krodak
authored
43ed78f
View commit details
Copy full SHA for 43ed78f
View code at this point
Browse repository at this point
BridgeJS: Fix optionals build error with Embedded Swift (#734)
Show description for f8b2c96
krodak
authored
f8b2c96
View commit details
Copy full SHA for f8b2c96
View code at this point
Browse repository at this point
BridgeJS: Fix closures with struct return
wfltaylor
committed
549b727
View commit details
Copy full SHA for 549b727
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
BridgeJS: Use `@JS` types from other modules in the same package (#730)
Show description for 09b3f4e
wfltaylor
authored
09b3f4e
View commit details
Copy full SHA for 09b3f4e
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
feat: Add opt-in pointer identity mode for SwiftHeapObject wrappers
krodak
committed
d70aaff
View commit details
Copy full SHA for d70aaff
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
JavaScriptKit: import Android module for non-Wasm Android targets (#722)
Show description for 94f02c3
ken0nek
authored
94f02c3
View commit details
Copy full SHA for 94f02c3
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
BridgeJS: support imports of JS `Promise` as `async` Swift (#707)
Show description for 7e242b0
MaxDesiatov
and
kateinoigakukun
authored
7e242b0
View commit details
Copy full SHA for 7e242b0
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
BridgeJS: Re-land extension method support (reverted in #703) (#706)
Show description for 7be7d4e
3 people
authored
7be7d4e
View commit details
Copy full SHA for 7be7d4e
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
Fix Embedded, bump 6.3 Swift toolchain in `test.yml` (#702)
Show description for d6630c8
MaxDesiatov
authored
d6630c8
View commit details
Copy full SHA for d6630c8
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
Revert "BridgeJS: Correctly emit @JS methods in extensions" (#703)
Show description for abf1c88
MaxDesiatov
authored
abf1c88
View commit details
Copy full SHA for abf1c88
View code at this point
Browse repository at this point
Merge pull request #694 from wfltaylor/extensions
Show description for 95bb3af
krodak
authored
95bb3af
View commit details
Copy full SHA for 95bb3af
View code at this point
Browse repository at this point
Commits on Mar 12, 2026
BridgeJS: expand integer type support
kateinoigakukun
committed
bd36090
View commit details
Copy full SHA for bd36090
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
BridgeJS: Support protocol types in closure parameters and returns
krodak
committed
3398ff7
View commit details
Copy full SHA for 3398ff7
View code at this point
Browse repository at this point
Fix CI: update snapshots, formatting, runtime test, add docs and review feedback
krodak
committed
4c1c32c
View commit details
Copy full SHA for 4c1c32c
View code at this point
Browse repository at this point
BridgeJS: Fix protocol existential lowering in Swift-to-JS direction
krodak
committed
e7b8427
View commit details
Copy full SHA for e7b8427
View code at this point
Browse repository at this point
Commits on Mar 5, 2026
[BridgeJS] Pass String parameters unretained as (address, length) (#688)
Show description for 3d25cd9
sliemeobn
and
kateinoigakukun
authored
3d25cd9
View commit details
Copy full SHA for 3d25cd9
View code at this point
Browse repository at this point
Commits on Mar 4, 2026
fix use-after-free in BridgeJS (#690)
Show description for 0c4c45a
diederich
authored
0c4c45a
View commit details
Copy full SHA for 0c4c45a
View code at this point
Browse repository at this point
Commits on Mar 3, 2026
Merge pull request #687 from gn-adin-b/adin/property-access-tracing
Show description for 5529520
gn-adin-b
authored
5529520
View commit details
Copy full SHA for 5529520
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
BridgeJS: Remove `_BridgedSwiftDictionaryStackType` protocol
kateinoigakukun
committed
bcb952c
View commit details
Copy full SHA for bcb952c
View code at this point
Browse repository at this point
BridgeJS: Unify `JSUndefinedOr` and `Optional` intrinsic methods
kateinoigakukun
committed
fed1176
View commit details
Copy full SHA for fed1176
View code at this point
Browse repository at this point
Commits on Feb 25, 2026
BridgeJS: Simplify Stack ABI for Optional (#674)
Show description for 3badf17
kateinoigakukun
authored
3badf17
View commit details
Copy full SHA for 3badf17
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.