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 }}
gn-adin-b
/
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
BasicObjects
on
main
User selector
All users
All time
Commit history
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 26, 2025
added `import _Concurrency` in JSPromise
sliemeobn
committed
77272e7
View commit details
Copy full SHA for 77272e7
View code at this point
Browse repository at this point
Commits on Aug 23, 2025
BridgeJS: Complete protocol-based lift/lower for ImportTS and _JSBridgedClass
Show description for 177be43
kateinoigakukun
committed
177be43
View commit details
Copy full SHA for 177be43
View code at this point
Browse repository at this point
Commits on Aug 17, 2025
BridgeJS: Add async function support with Promise-based interop
Show description for 6d3fb92
kateinoigakukun
committed
6d3fb92
View commit details
Copy full SHA for 6d3fb92
View code at this point
Browse repository at this point
Commits on May 12, 2025
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
Use `JSValue` instead for `JSPromise`'s closure return types
Show description for 5eed2c6
kateinoigakukun
committed
5eed2c6
View commit details
Copy full SHA for 5eed2c6
View code at this point
Browse repository at this point
./Utilities/format.swift
kateinoigakukun
committed
7a6fdd9
View commit details
Copy full SHA for 7a6fdd9
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 Mar 27, 2025
Remove possible use of `fatalError` in `JSTypedArray`
kateinoigakukun
committed
e99b990
View commit details
Copy full SHA for e99b990
View code at this point
Browse repository at this point
Unlock `JSTypedArray` for Embedded Swift
kateinoigakukun
committed
4c7ea17
View commit details
Copy full SHA for 4c7ea17
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
Add `JSTypedArray.copyMemory(to:)` method
Show description for 2e7aa2f
kateinoigakukun
committed
2e7aa2f
View commit details
Copy full SHA for 2e7aa2f
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
Add `JSTypedArray.init(buffer:)` initializer
Show description for 443bc3c
kateinoigakukun
committed
443bc3c
View commit details
Copy full SHA for 443bc3c
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 5, 2025
Add `Equatable` conformances to new types
kateinoigakukun
committed
899fa63
View commit details
Copy full SHA for 899fa63
View code at this point
Browse repository at this point
Concurrency: Introduce `JSException` and remove `Error` conformance from `JSValue`
Show description for 75b8cd3
kateinoigakukun
committed
75b8cd3
View commit details
Copy full SHA for 75b8cd3
View code at this point
Browse repository at this point
Concurrency: Fix sendability errors around `JSClosure.async`
kateinoigakukun
committed
97aad00
View commit details
Copy full SHA for 97aad00
View code at this point
Browse repository at this point
Concurrency: Remove `Error` conformance from `JSError`
Show description for daa8209
kateinoigakukun
committed
daa8209
View commit details
Copy full SHA for daa8209
View code at this point
Browse repository at this point
Commits on Mar 4, 2025
Concurrency: Annotate `jsObject` property of `JSError` as `nonisolated(unsafe)`
Show description for 917ab57
kateinoigakukun
committed
917ab57
View commit details
Copy full SHA for 917ab57
View code at this point
Browse repository at this point
Concurrency: Use `LazyThreadLocal` without @PW syntax
Show description for 28f3471
kateinoigakukun
committed
28f3471
View commit details
Copy full SHA for 28f3471
View code at this point
Browse repository at this point
Commits on Nov 28, 2024
Stop use of global variable as a object cache
Show description for e9158ab
kateinoigakukun
committed
e9158ab
View commit details
Copy full SHA for e9158ab
View code at this point
Browse repository at this point
Avoid sharing JSObject by global variables
kateinoigakukun
committed
a05e798
View commit details
Copy full SHA for a05e798
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Suppress deprecation warning in JSTimer
kateinoigakukun
committed
8975112
View commit details
Copy full SHA for 8975112
View code at this point
Browse repository at this point
Add nullability annotations to the C API
kateinoigakukun
committed
2df9dad
View commit details
Copy full SHA for 2df9dad
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
added explicit returns for 5.8 compatibility
sliemeobn
committed
69c58dd
View commit details
Copy full SHA for 69c58dd
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
getting rid of existentials, patched headers in C parts
sliemeobn
committed
fe0b4ae
View commit details
Copy full SHA for fe0b4ae
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
Start migrating imported functions to the new definition style (#252)
Show description for 2bb0694
kateinoigakukun
authored
2bb0694
View commit details
Copy full SHA for 2bb0694
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
Use UnsafeMutableBufferPointer.allocate instead of malloc directly
kateinoigakukun
committed
07a06f1
View commit details
Copy full SHA for 07a06f1
View code at this point
Browse repository at this point
Reduce byteLength calls for JSTypedArray
kateinoigakukun
committed
31ae862
View commit details
Copy full SHA for 31ae862
View code at this point
Browse repository at this point
Guard Concurrency feature use for older toolchain compatibility
kateinoigakukun
committed
8fbe91d
View commit details
Copy full SHA for 8fbe91d
View code at this point
Browse repository at this point
Add withUnsafeBytesAsync function
fjtrujy
committed
886919d
View commit details
Copy full SHA for 886919d
View code at this point
Browse repository at this point
Commits on Dec 24, 2022
Fix wrong markdown in documentation (#221)
Show description for 59e7b65
gibachan
authored
59e7b65
View commit details
Copy full SHA for 59e7b65
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.