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
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 }}
malcolmstill
/
zware
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
412
Code
Issues
12
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
WASI testsuite CI
- #239
#239
Open
nbaertsch
wants to merge 22 commits into
malcolmstill:master
malcolmstill/zware:master
from
nbaertsch:master
nbaertsch/zware:master
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
WASI testsuite CI
#239
nbaertsch
wants to merge 22 commits into
malcolmstill:master
malcolmstill/zware:master
from
nbaertsch:master
nbaertsch/zware:master
Copy head branch name to clipboard
Commits
Commits on Dec 29, 2025
fix: Update API calls for Zig 0.15.2 compatibility
Show description for dda065d
Noah Baertsch
committed
dda065d
View commit details
Copy full SHA for dda065d
Browse repository at this point
feat(wasi): add fd_tell and fd_readdir implementations
Show description for 05d6a62
Noah Baertsch
committed
05d6a62
View commit details
Copy full SHA for 05d6a62
Browse repository at this point
Refactor fd_readdir to use std.os.wasi types and add Windows support
Show description for ae950e6
Noah Baertsch
committed
ae950e6
View commit details
Copy full SHA for ae950e6
Browse repository at this point
Add missing error mappings in toWasiError
Show description for b26a7b9
Noah Baertsch
committed
b26a7b9
View commit details
Copy full SHA for b26a7b9
Browse repository at this point
fix(fd_readdir): include . and .. entries for WASI compliance
Show description for 4b4ca75
Noah Baertsch
committed
4b4ca75
View commit details
Copy full SHA for 4b4ca75
Browse repository at this point
refactor(wasi): clean up fd_tell/fd_readdir, remove Windows impl
Show description for eb61726
Noah Baertsch
committed
eb61726
View commit details
Copy full SHA for eb61726
Browse repository at this point
fix(fd_readdir): proper error handling for lseek calls
Noah Baertsch
committed
e9f0c38
View commit details
Copy full SHA for e9f0c38
Browse repository at this point
Commits on Dec 30, 2025
env vars for cpython
Noah Baertsch
committed
f2079b3
View commit details
Copy full SHA for f2079b3
Browse repository at this point
Commits on Dec 31, 2025
Add WASI testsuite integration with full CI/CD support
Show description for 2263fb6
Noah Baertsch
and
claude
committed
2263fb6
View commit details
Copy full SHA for 2263fb6
Browse repository at this point
Add individual WASI test steps for granular CI visibility
Show description for 96d04a2
Noah Baertsch
and
claude
committed
96d04a2
View commit details
Copy full SHA for 96d04a2
Browse repository at this point
Replace hardcoded test lists with dynamic test discovery
Show description for 5535e3a
Noah Baertsch
and
claude
committed
5535e3a
View commit details
Copy full SHA for 5535e3a
Browse repository at this point
wasi testsuite initial pass
Noah Baertsch
committed
cf79efa
View commit details
Copy full SHA for cf79efa
Browse repository at this point
merge
Noah Baertsch
committed
243c212
View commit details
Copy full SHA for 243c212
Browse repository at this point
Fix WASI fd_prestat_get structure writing and path_open directory handling
Noah Baertsch
committed
8778fd0
View commit details
Copy full SHA for 8778fd0
Browse repository at this point
Install wasi_test_runner Python package in CI
Noah Baertsch
committed
4a7c63b
View commit details
Copy full SHA for 4a7c63b
Browse repository at this point
CI python depends
Noah Baertsch
committed
7408da5
View commit details
Copy full SHA for 7408da5
Browse repository at this point
Merge pull request #1 from nbaertsch/wasi-cpython-support
Show description for 8ddb3eb
nbaertsch
authored
8ddb3eb
View commit details
Copy full SHA for 8ddb3eb
Browse repository at this point
Fix path_readlink panic on regular files (NotLink error)
Show description for 4f90142
Noah Baertsch
and
claude
committed
4f90142
View commit details
Copy full SHA for 4f90142
Browse repository at this point
Commits on Jan 1, 2026
feat: Implement poll_oneoff for socket I/O polling
Show description for ebb9f02
Noah Baertsch
committed
ebb9f02
View commit details
Copy full SHA for ebb9f02
Browse repository at this point
Merge pull request #2 from nbaertsch/feat/poll-oneoff-implementation
Show description for 1fcc368
nbaertsch
authored
1fcc368
View commit details
Copy full SHA for 1fcc368
Browse repository at this point
fix: Handle WouldBlock error in toWasiError
Show description for 5c711ee
Noah Baertsch
committed
5c711ee
View commit details
Copy full SHA for 5c711ee
Browse repository at this point
Merge pull request #3 from nbaertsch/fix/wouldblock-error-handling
Show description for c57e71d
nbaertsch
authored
c57e71d
View commit details
Copy full SHA for c57e71d
Browse repository at this point
You can’t perform that action at this time.