Sitelet
https://github.com/gregcotten/JavaScriptKit/commits/main/Sources/JavaScriptKit/BasicObjects
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 }}
gregcotten
/
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
Datepicker
All time
Commit history
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
Commits on Aug 17, 2022
Add missing doc comments for more types (#208)
Show description for 6e62619
MaxDesiatov
authored
6e62619
View commit details
Copy full SHA for 6e62619
View code at this point
Browse repository at this point
Commits on Jun 5, 2022
Add async closure support (#159)
j-f1
authored
f1ef517
View commit details
Copy full SHA for f1ef517
View code at this point
Browse repository at this point
Commits on May 16, 2022
Gracefully handle unavailable `JSBridgedClass` (#190)
Show description for ab3da74
MaxDesiatov
authored
ab3da74
View commit details
Copy full SHA for ab3da74
View code at this point
Browse repository at this point
Commits on May 2, 2022
Remove outdated `BigInt` support `FIXME` from `JSTypedArray` (#187)
Show description for e858322
MaxDesiatov
authored
e858322
View commit details
Copy full SHA for e858322
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Add support for BigInts and BigInt-based TypedArrays (#184)
j-f1
authored
34bf9e1
View commit details
Copy full SHA for 34bf9e1
View code at this point
Browse repository at this point
Commits on Apr 4, 2022
Updates for DOMKit (#174)
j-f1
authored
95d0c4c
View commit details
Copy full SHA for 95d0c4c
View code at this point
Browse repository at this point
Commits on Jan 24, 2022
Split runtime into multiple files (#150)
j-f1
authored
20c634a
View commit details
Copy full SHA for 20c634a
View code at this point
Browse repository at this point
Add a way for Swift code to access raw contents of a Typed Array (#151)
yonihemi
authored
53a2de6
View commit details
Copy full SHA for 53a2de6
View code at this point
Browse repository at this point
Commits on Jan 3, 2022
Return from runtime functions instead of taking a pointer where possible (#147)
Show description for 1034940
j-f1
authored
1034940
View commit details
Copy full SHA for 1034940
View code at this point
Browse repository at this point
Commits on Nov 21, 2021
Fix recursion in `JSTypedArray` initializer (#142)
Show description for 9e2f414
PatrickPijnappel
and
MaxDesiatov
authored
9e2f414
View commit details
Copy full SHA for 9e2f414
View code at this point
Browse repository at this point
Commits on Mar 11, 2021
Fix incorrect link in JSDate documentation (#122)
revolter
authored
21a4d66
View commit details
Copy full SHA for 21a4d66
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
Use ConvertibleToJSValue for return value type
kateinoigakukun
committed
39abdbc
View commit details
Copy full SHA for 39abdbc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.