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 }}
STREGA
/
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 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
Revert "Apply suggestions from code review"
Show description for 6561e15
kateinoigakukun
committed
6561e15
View commit details
Copy full SHA for 6561e15
View code at this point
Browse repository at this point
Apply suggestions from code review
Show description for a85ee3f
kateinoigakukun
and
j-f1
authored
a85ee3f
View commit details
Copy full SHA for a85ee3f
View code at this point
Browse repository at this point
Commits on Jan 4, 2021
Simplify JSPromise API
kateinoigakukun
committed
58ca905
View commit details
Copy full SHA for 58ca905
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
Use JSOneshotClosure instead of JSClosure in JSPromise
kateinoigakukun
committed
2f84381
View commit details
Copy full SHA for 2f84381
View code at this point
Browse repository at this point
Remove JSClosure.callAsFunction
kateinoigakukun
committed
76193c7
View commit details
Copy full SHA for 76193c7
View code at this point
Browse repository at this point
Use JSOneshotClosure in JSTimer
kateinoigakukun
committed
efd633e
View commit details
Copy full SHA for efd633e
View code at this point
Browse repository at this point
Commits on Jan 2, 2021
Major change on JSClosure
Show description for 4c9b876
kateinoigakukun
committed
4c9b876
View commit details
Copy full SHA for 4c9b876
View code at this point
Browse repository at this point
Commits on Dec 3, 2020
Update doc comment in `JSTypedArray.swift`
MaxDesiatov
authored
db8bd8a
View commit details
Copy full SHA for db8bd8a
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
Rename JSValueConvertible/Constructible/Codable
j-f1
authored
bbc49d3
View commit details
Copy full SHA for bbc49d3
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Make `JSError` conform to `JSBridgedClass` (#86)
Show description for cb1aaf2
MaxDesiatov
authored
cb1aaf2
View commit details
Copy full SHA for cb1aaf2
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
Add a generic `JSPromise` implementation (#62)
Show description for c52ea09
MaxDesiatov
authored
c52ea09
View commit details
Copy full SHA for c52ea09
View code at this point
Browse repository at this point
Commits on Sep 17, 2020
Apply suggestions from code review
Show description for c74e3d1
j-f1
and
MaxDesiatov
authored
c74e3d1
View commit details
Copy full SHA for c74e3d1
View code at this point
Browse repository at this point
withCompatibleObject → unsafelyWrapping
j-f1
committed
ff1f4ac
View commit details
Copy full SHA for ff1f4ac
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Merge branch 'master' into webidl
j-f1
committed
d0da61a
View commit details
Copy full SHA for d0da61a
View code at this point
Browse repository at this point
Remove JavaScriptTypedArrayKind (#58)
Show description for 6652885
j-f1
authored
6652885
View commit details
Copy full SHA for 6652885
View code at this point
Browse repository at this point
Add doc comments for public APIs (Part 2) (#57)
Show description for 6ff2941
kateinoigakukun
and
MaxDesiatov
authored
6ff2941
View commit details
Copy full SHA for 6ff2941
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
Docs for JSTypedArray
j-f1
committed
de5f52e
View commit details
Copy full SHA for de5f52e
View code at this point
Browse repository at this point
Make JS{Array,Date,Error} conform to JSBridgedClass
j-f1
committed
b62b78e
View commit details
Copy full SHA for b62b78e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.