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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ATZLab
/
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
BridgeJSIntrinsics.swift
on
main
User selector
All users
All time
Commit history
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
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 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 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 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
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 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
Commits on Feb 21, 2026
BridgeJS: Workaround `@_extern` inlining issue take 2 (#670)
kateinoigakukun
authored
44d9a94
View commit details
Copy full SHA for 44d9a94
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
BridgeJS: Fix `Array<@JSClass struct>` support on imported interfaces
kateinoigakukun
committed
f75e365
View commit details
Copy full SHA for f75e365
View code at this point
Browse repository at this point
BridgeJS: Fix memory management of SwiftHeapObject
kateinoigakukun
committed
483c850
View commit details
Copy full SHA for 483c850
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
NFC: BridgeJS: Remove dead cleanup infrastructure
krodak
committed
b643c47
View commit details
Copy full SHA for b643c47
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
BridgeJS: Take ownership of source Uint8Array id in `swift_js_init_memory` (#635)
Show description for 118db02
kateinoigakukun
authored
118db02
View commit details
Copy full SHA for 118db02
View code at this point
Browse repository at this point
Commits on Feb 15, 2026
[NFC] BridgeJS: Rename Stack ABI operation methods (#634)
Show description for a8b249c
kateinoigakukun
authored
a8b249c
View commit details
Copy full SHA for a8b249c
View code at this point
Browse repository at this point
Commits on Feb 13, 2026
Prevent cross-module inlining of remaining @_extern(wasm) functions (#631)
Show description for bab0adb
fjtrujy
and
claude
authored
bab0adb
View commit details
Copy full SHA for bab0adb
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
Merge pull request #628 from PassiveLogic/kr/f32f64-inline-never-fix
Show description for fcd2b53
krodak
authored
fcd2b53
View commit details
Copy full SHA for fcd2b53
View code at this point
Browse repository at this point
Merge pull request #626 from PassiveLogic/kr/runtime-intrinsics-generic
Show description for 56933d2
krodak
authored
56933d2
View commit details
Copy full SHA for 56933d2
View code at this point
Browse repository at this point
Prevent cross-module inlining of f32/f64 @_extern(wasm) functions
krodak
committed
b3ddd88
View commit details
Copy full SHA for b3ddd88
View code at this point
Browse repository at this point
BridgeJS: Consolidate optional and pointer runtime intrinsics
krodak
committed
e68262d
View commit details
Copy full SHA for e68262d
View code at this point
Browse repository at this point
NFC: BridgeJS: Further simplify codegen and JSValue intrinsics
krodak
committed
38a73c8
View commit details
Copy full SHA for 38a73c8
View code at this point
Browse repository at this point
[NFC] BridgeJS: Minimize enum with assoc values code generation
kateinoigakukun
committed
e129b41
View commit details
Copy full SHA for e129b41
View code at this point
Browse repository at this point
[NFC] BridgeJS: Remove tag stack and use i32 stack for enum case tags
kateinoigakukun
committed
6716dfc
View commit details
Copy full SHA for 6716dfc
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
NCF: BridgeJS: Generalize Optional stack ABI for Array, Dictionary, and Struct types
krodak
committed
bed1178
View commit details
Copy full SHA for bed1178
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
BridgeJS: Update `JSUndefinedOr` APIs
Show description for 935130c
kateinoigakukun
committed
935130c
View commit details
Copy full SHA for 935130c
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
BridgeJS: Add `JSTypedClosure` API (#578)
Show description for 8217d06
kateinoigakukun
authored
8217d06
View commit details
Copy full SHA for 8217d06
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
BridgeJS: Add Dictionary support (#581)
kateinoigakukun
authored
72ec08d
View commit details
Copy full SHA for 72ec08d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.