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 }}
wfltaylor
/
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
FundamentalObjects
on
main
User selector
All users
All time
Commit history
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 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 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 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 Jan 30, 2026
Add opt-in tracing hooks for JS bridge (#548)
Show description for d2ca6eb
kateinoigakukun
authored
d2ca6eb
View commit details
Copy full SHA for d2ca6eb
View code at this point
Browse repository at this point
Commits on Jan 27, 2026
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
Commits on Nov 28, 2025
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 Sep 11, 2025
Update code examples
kateinoigakukun
committed
ccf742b
View commit details
Copy full SHA for ccf742b
View code at this point
Browse repository at this point
Unify JSFunction with JSObject
kateinoigakukun
committed
8ef8f68
View commit details
Copy full SHA for 8ef8f68
View code at this point
Browse repository at this point
Commits on Aug 3, 2025
Stop managing JSOneshotClosure by FinalizationRegistry
Show description for 7f9094e
kateinoigakukun
committed
7f9094e
View commit details
Copy full SHA for 7f9094e
View code at this point
Browse repository at this point
Commits on Jul 23, 2025
BridgeJS: Wrap imported calls in try-catch to handle exceptions
kateinoigakukun
committed
818fa91
View commit details
Copy full SHA for 818fa91
View code at this point
Browse repository at this point
BridgeJS: Move intrinsic declarations to JavaScriptKit under SPI
kateinoigakukun
committed
5244bbf
View commit details
Copy full SHA for 5244bbf
View code at this point
Browse repository at this point
Commits on Jul 21, 2025
Inherit isolation from the closure definition context
Show description for 9835c1a
kateinoigakukun
committed
9835c1a
View commit details
Copy full SHA for 9835c1a
View code at this point
Browse repository at this point
./Utilities/format.swift
kateinoigakukun
committed
a3a3868
View commit details
Copy full SHA for a3a3868
View code at this point
Browse repository at this point
Commits on Jul 18, 2025
Add JSClosure APIs to support specifying TaskExecutor and TaskPriority
kateinoigakukun
committed
7b2edbe
View commit details
Copy full SHA for 7b2edbe
View code at this point
Browse repository at this point
Commits on May 12, 2025
Remove redundant catch block for `any Error`
kateinoigakukun
committed
9cdef51
View commit details
Copy full SHA for 9cdef51
View code at this point
Browse repository at this point
Restricting throwable exception type to JSException for closures
kateinoigakukun
committed
2654a09
View commit details
Copy full SHA for 2654a09
View code at this point
Browse repository at this point
Commits on May 1, 2025
Use _Concurrency module only if non-Embedded or Embedded on WASI
kateinoigakukun
committed
697f06b
View commit details
Copy full SHA for 697f06b
View code at this point
Browse repository at this point
Fix `JavaScriptEventLoop` not building with Embedded Swift
Show description for dc1f09b
MaxDesiatov
committed
dc1f09b
View commit details
Copy full SHA for dc1f09b
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
Stop using higher-order functions to convert JSValues to RawJSValues
kateinoigakukun
committed
d65a9e2
View commit details
Copy full SHA for d65a9e2
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
Fix potential use-after-free in JSString
Show description for a4376e3
kateinoigakukun
committed
a4376e3
View commit details
Copy full SHA for a4376e3
View code at this point
Browse repository at this point
Merge pull request #313 from swiftwasm/maxd/jsstring-elementsequal
Show description for fe6d2e5
kateinoigakukun
authored
fe6d2e5
View commit details
Copy full SHA for fe6d2e5
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
Use JS's `==` operator for `JSString` equality comparison
kateinoigakukun
committed
0581f76
View commit details
Copy full SHA for 0581f76
View code at this point
Browse repository at this point
Use `elementsEqual` in `JSString: Equatable` conformance
MaxDesiatov
authored and
kateinoigakukun
committed
bb47d01
View commit details
Copy full SHA for bb47d01
View code at this point
Browse repository at this point
Make JSObject conform to ExpressibleByDictionaryLiteral directly
kateinoigakukun
committed
ec0bbe6
View commit details
Copy full SHA for ec0bbe6
View code at this point
Browse repository at this point
./Utilities/format.swift
kateinoigakukun
committed
5c7e75e
View commit details
Copy full SHA for 5c7e75e
View code at this point
Browse repository at this point
Add `JSDictionary` type for Embedded Swift compat
MaxDesiatov
authored and
kateinoigakukun
committed
6eb534b
View commit details
Copy full SHA for 6eb534b
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
./Utilities/format.swift
kateinoigakukun
committed
dcec70a
View commit details
Copy full SHA for dcec70a
View code at this point
Browse repository at this point
Commits on Mar 18, 2025
Revert "Merge pull request #304 from swiftwasm/yt/remove-cdecls"
Show description for d6eecb0
kateinoigakukun
committed
d6eecb0
View commit details
Copy full SHA for d6eecb0
View code at this point
Browse repository at this point
Merge pull request #304 from swiftwasm/yt/remove-cdecls
Show description for 1de7acc
kateinoigakukun
authored
1de7acc
View commit details
Copy full SHA for 1de7acc
View code at this point
Browse repository at this point
Make `JSObject.id` getter inlinable
Show description for b787af2
kateinoigakukun
committed
b787af2
View commit details
Copy full SHA for b787af2
View code at this point
Browse repository at this point
Remove remaining export_name + cdecl hacks
kateinoigakukun
committed
396899c
View commit details
Copy full SHA for 396899c
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
Workaround Swift 6.0 compiler crash
kateinoigakukun
committed
97fc40f
View commit details
Copy full SHA for 97fc40f
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
Relax deinit requirement
kateinoigakukun
committed
58f91c3
View commit details
Copy full SHA for 58f91c3
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
Add `JSObject.transfer` and `JSObject.receive` APIs
Show description for 28d5ec0
kateinoigakukun
committed
28d5ec0
View commit details
Copy full SHA for 28d5ec0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.