Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
swiftwasm
/
WasmKit
Public
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
19
Star
385
Code
Issues
11
Pull requests
10
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 27, 2025
Add broader matrix for Android job `main.yml` GHA workflow
MaxDesiatov
authored and
kateinoigakukun
committed
af82716
Copy full SHA for af82716
Commits on Oct 26, 2025
Fix formatting
MaxDesiatov
authored and
kateinoigakukun
committed
10202f2
Copy full SHA for 10202f2
Remove remaining uses of `canImport(Testing)`
MaxDesiatov
authored and
kateinoigakukun
committed
6453251
Copy full SHA for 6453251
Fix formatting in `ExecutionTests.swift`
MaxDesiatov
authored and
kateinoigakukun
committed
1f31fab
Copy full SHA for 1f31fab
Remove `#if canImport(Testing)` as unnecessary in Swift 6.0+
MaxDesiatov
authored and
kateinoigakukun
committed
d75b209
Copy full SHA for d75b209
Commits on Oct 22, 2025
Add basic GDB remote protocol encoding/decoding (#204)
Show description for c24989e
MaxDesiatov
authored
c24989e
Copy full SHA for c24989e
Commits on Oct 21, 2025
Add CI job to check auto-generated code is committed (#211)
Show description for 0acc106
MaxDesiatov
authored
0acc106
Copy full SHA for 0acc106
Commits on Oct 20, 2025
Add missing atomic `store` instructions to `instructions.json` (#210)
Show description for 6dbf380
MaxDesiatov
authored
6dbf380
Copy full SHA for 6dbf380
Commits on Oct 14, 2025
Bump github/codeql-action from 3 to 4
Show description for 5adf1c6
dependabot[bot]
authored and
kateinoigakukun
committed
5adf1c6
Copy full SHA for 5adf1c6
Commits on Oct 10, 2025
Fix errors when building WasmKit for WASI (#206)
Show description for 469fc41
MaxDesiatov
authored
469fc41
Copy full SHA for 469fc41
Threads: parsing of atomic load/store instructions (#205)
Show description for 8eed37f
MaxDesiatov
authored
8eed37f
Copy full SHA for 8eed37f
Commits on Oct 8, 2025
Enable Swift 6 mode, fix concurrency build errors (#202)
Show description for d9b56a7
MaxDesiatov
authored
d9b56a7
Copy full SHA for d9b56a7
Expand/update testing matrix in `main.yml` (#201)
Show description for 89d6932
MaxDesiatov
authored
89d6932
Copy full SHA for 89d6932
Use `swift:6.2-noble` container image in `format.yml` (#200)
Show description for 2e3558d
MaxDesiatov
authored
2e3558d
Copy full SHA for 2e3558d
Add `breakpoint` VM instruction (#198)
Show description for ccbdb53
MaxDesiatov
authored
ccbdb53
Copy full SHA for ccbdb53
Remove `TranslatorContext` protocol and related generics (#199)
Show description for e0ce4e3
MaxDesiatov
authored
e0ce4e3
Copy full SHA for e0ce4e3
Commits on Oct 5, 2025
Tests: Hard-skip spectests on Android
kateinoigakukun
committed
89c2c78
Copy full SHA for 89c2c78
Tests: Migrate WASITests to use swift-testing
kateinoigakukun
committed
ff1f477
Copy full SHA for ff1f477
Fix 6.1 swift-testing compatibility
kateinoigakukun
committed
abb6f55
Copy full SHA for abb6f55
Tests: Fix 6.0 swift-testing compatibility
kateinoigakukun
committed
2a0ecc6
Copy full SHA for 2a0ecc6
Tests: Migrate WATTests to use swift-testing
kateinoigakukun
committed
166065f
Copy full SHA for 166065f
Tests: Migrate WasmKitTests to use swift-testing
kateinoigakukun
committed
99842ed
Copy full SHA for 99842ed
Implement `path_rename`
kateinoigakukun
committed
b2863bb
Copy full SHA for b2863bb
CI: Partially revert b72ca8cd79e3a7b3c15a9d323576fbdd7cdbc59c
kateinoigakukun
committed
fa86bf4
Copy full SHA for fa86bf4
Commits on Sep 7, 2025
NFC: Remove `instance` parameter from `InstructionTranslator.translate`
kateinoigakukun
committed
b1525db
Copy full SHA for b1525db
NFC: Stop passing ValueStack to instruction closures in popPushEmit
kateinoigakukun
committed
b8414db
Copy full SHA for b8414db
Commits on Aug 27, 2025
Fix macOS CI by ensuring Xcode platforms are installed
Show description for 9de5ac3
kateinoigakukun
committed
9de5ac3
Copy full SHA for 9de5ac3
Bump actions/download-artifact from 4 to 5
Show description for 1b624ea
dependabot[bot]
authored and
kateinoigakukun
committed
1b624ea
Copy full SHA for 1b624ea
Fix C++ interop compatibility in `wasmkit_swift_errorRelease`
kateinoigakukun
committed
613063d
Copy full SHA for 613063d
Commits on Aug 2, 2025
CI: Skip periodic workflows on forked repositories
kateinoigakukun
committed
795820b
Copy full SHA for 795820b
Commits on Jul 20, 2025
Update wasi-testsuite to the latest
kateinoigakukun
committed
3c89f3f
Copy full SHA for 3c89f3f
Commits on Jul 12, 2025
Install llvm-strip on CI
kateinoigakukun
committed
827056b
Copy full SHA for 827056b
Use llvm-strip instead of strip to allow cross-arch stripping
kateinoigakukun
committed
f63d297
Copy full SHA for f63d297
Bump version to 0.1.6
kateinoigakukun
committed
997c558
Copy full SHA for 997c558
Strip debug symbols from the release ELF binary
kateinoigakukun
committed
448d1f8
Copy full SHA for 448d1f8
Pagination
Previous
Next
You can’t perform that action at this time.