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 }}
admirsaheta
/
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
Datepicker
All time
Commit history
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
Suppress sendability warnings on single-threaded platform
kateinoigakukun
committed
5b79ddf
View commit details
Copy full SHA for 5b79ddf
View code at this point
Browse repository at this point
Build fix for embedded wasm
kateinoigakukun
committed
e2f569a
View commit details
Copy full SHA for e2f569a
View code at this point
Browse repository at this point
Build fix for Swift 5.9
kateinoigakukun
committed
d590528
View commit details
Copy full SHA for d590528
View code at this point
Browse repository at this point
Build fix for wasm32-unknown-wasi
kateinoigakukun
committed
9b7fda0
View commit details
Copy full SHA for 9b7fda0
View code at this point
Browse repository at this point
Restrict the use of `ThreadLocal` to immortal storage only
kateinoigakukun
committed
d4e0ee8
View commit details
Copy full SHA for d4e0ee8
View code at this point
Browse repository at this point
Gate the use of `_runtime(_multithreaded)` with `compiler(>=6.1)`
kateinoigakukun
committed
9a141cb
View commit details
Copy full SHA for 9a141cb
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
Assert that `JSObject` is being accessed only from the owner thread
kateinoigakukun
committed
45206f7
View commit details
Copy full SHA for 45206f7
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Remove unnecessary `_JSObjectProtocol`
Show description for 43607e5
kateinoigakukun
committed
43607e5
View commit details
Copy full SHA for 43607e5
View code at this point
Browse repository at this point
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
Remove unnecessary `_JSFunctionProtocol`
kateinoigakukun
committed
58e5b3c
View commit details
Copy full SHA for 58e5b3c
View code at this point
Browse repository at this point
Unify `JavaScriptValueKindAndFlags` type across non-/Embedded builds
kateinoigakukun
committed
17af647
View commit details
Copy full SHA for 17af647
View code at this point
Browse repository at this point
Commits on Oct 14, 2024
Fix build for embedded platforms around JSBigIntExtended existential
kateinoigakukun
committed
0dbd39a
View commit details
Copy full SHA for 0dbd39a
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
less embedded conditions and added comments
sliemeobn
committed
7f2f7c6
View commit details
Copy full SHA for 7f2f7c6
View code at this point
Browse repository at this point
added compiler gates for @_expose
sliemeobn
committed
77bbc8c
View commit details
Copy full SHA for 77bbc8c
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
revert to cdecl-based exports for swift 5.10 compatibility
sliemeobn
committed
025b9fc
View commit details
Copy full SHA for 025b9fc
View code at this point
Browse repository at this point
added embedded example and conditional package flags
sliemeobn
committed
26b7a8e
View commit details
Copy full SHA for 26b7a8e
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
fixed C bit field thing
sliemeobn
committed
11897e1
View commit details
Copy full SHA for 11897e1
View code at this point
Browse repository at this point
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 Aug 19, 2024
[typos] Fix some typos
Sajjon
committed
e6dff98
View commit details
Copy full SHA for e6dff98
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
Soft-fail integer conversion from JS values that are not representable
Show description for 359b2a9
kateinoigakukun
committed
359b2a9
View commit details
Copy full SHA for 359b2a9
View code at this point
Browse repository at this point
Commits on Jul 6, 2024
Generalize the thread channel functions not limited to wake-up events
kateinoigakukun
committed
a4daecd
View commit details
Copy full SHA for a4daecd
View code at this point
Browse repository at this point
Add termination callback for worker threads
kateinoigakukun
committed
358633c
View commit details
Copy full SHA for 358633c
View code at this point
Browse repository at this point
make regenerate_swiftpm_resources
kateinoigakukun
committed
8b9ed89
View commit details
Copy full SHA for 8b9ed89
View code at this point
Browse repository at this point
make regenerate_swiftpm_resources
kateinoigakukun
committed
4035114
View commit details
Copy full SHA for 4035114
View code at this point
Browse repository at this point
Initial WebWorkerTaskExecutor
Show description for 268f613
kateinoigakukun
committed
268f613
View commit details
Copy full SHA for 268f613
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
Suppress concurrency warning about `JSObject.global`
kateinoigakukun
committed
4ee27e6
View commit details
Copy full SHA for 4ee27e6
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 May 27, 2024
Add `sharedMemory` option to allow threads with shared memory (#247)
Show description for ea06982
kateinoigakukun
authored
ea06982
View commit details
Copy full SHA for ea06982
View code at this point
Browse repository at this point
Commits on May 8, 2024
Support latest nightly snapshot (#246)
Show description for 74c35de
kateinoigakukun
authored
74c35de
View commit details
Copy full SHA for 74c35de
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
Revert "Fix `JSClosure` leak (#240)"
Show description for 8780e5f
kateinoigakukun
committed
8780e5f
View commit details
Copy full SHA for 8780e5f
View code at this point
Browse repository at this point
Fix `JSClosure` leak (#240)
Show description for d9a4a9f
kateinoigakukun
authored
d9a4a9f
View commit details
Copy full SHA for d9a4a9f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.