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 }}
explodingcamera
/
tinywasm
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
592
Code
Issues
1
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Coro
- #29
#29
Closed
WhaleKit
wants to merge 26 commits into
explodingcamera:next
explodingcamera/tinywasm:next
from
WhaleKit:async
WhaleKit/tinywasm:async
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Closed
Coro
#29
WhaleKit
wants to merge 26 commits into
explodingcamera:next
explodingcamera/tinywasm:next
from
WhaleKit:async
WhaleKit/tinywasm:async
Copy head branch name to clipboard
Commits
Commits on Jan 1, 2025
feat: implement basic async
Show description for 982925e
WhaleKit
committed
982925e
View commit details
Copy full SHA for 982925e
Browse repository at this point
test: add example/test for async
Show description for ff0c467
WhaleKit
committed
ff0c467
View commit details
Copy full SHA for ff0c467
Browse repository at this point
Commits on Jan 5, 2025
remove unnecessary mut for making exported memory
WhaleKit
committed
30292a6
View commit details
Copy full SHA for 30292a6
Browse repository at this point
fix: support for multiple resumes on single suspendedFucn now works
WhaleKit
committed
9ff3d6d
View commit details
Copy full SHA for 9ff3d6d
Browse repository at this point
feat: add support for suspending execution by timer, atomic flag or user callback
WhaleKit
committed
b66cd50
View commit details
Copy full SHA for b66cd50
Browse repository at this point
ci: add test for suspending and resuming wasm code
WhaleKit
committed
250402c
View commit details
Copy full SHA for 250402c
Browse repository at this point
chore: fix codestyle in host_coro example
WhaleKit
committed
3aa69da
View commit details
Copy full SHA for 3aa69da
Browse repository at this point
Commits on Jan 8, 2025
fix bug with br_if instruction corrupting stack
WhaleKit
committed
d59d31f
View commit details
Copy full SHA for d59d31f
Browse repository at this point
Merge branch 'next' into async
WhaleKit
committed
9454509
View commit details
Copy full SHA for 9454509
Browse repository at this point
make wasm_resume nominally look like a test
WhaleKit
committed
a0bfa66
View commit details
Copy full SHA for a0bfa66
Browse repository at this point
fix: building with no-std
WhaleKit
committed
9a90550
View commit details
Copy full SHA for 9a90550
Browse repository at this point
Commits on Jan 9, 2025
support suspending start function when instantiating module
WhaleKit
committed
b49c1c4
View commit details
Copy full SHA for b49c1c4
Browse repository at this point
ci: add feature to run test-suite with async suspends
WhaleKit
committed
9b7496b
View commit details
Copy full SHA for 9b7496b
Browse repository at this point
minor: clippy, names, qol function
WhaleKit
committed
89d9dcc
View commit details
Copy full SHA for 89d9dcc
Browse repository at this point
Commits on Jan 11, 2025
chore: reorganized some code
WhaleKit
committed
ff933a2
View commit details
Copy full SHA for ff933a2
Browse repository at this point
codestyle, relax bounds on YieldedValue/ResumeArgument
WhaleKit
committed
b73ab18
View commit details
Copy full SHA for b73ab18
Browse repository at this point
feat: added call_coro to typed fucn handle, some code reorganization and qol functions
WhaleKit
committed
ae83085
View commit details
Copy full SHA for ae83085
Browse repository at this point
fix: fix no-std build
WhaleKit
committed
a41f68b
View commit details
Copy full SHA for a41f68b
Browse repository at this point
Commits on Jan 12, 2025
move resume test
WhaleKit
committed
27c7d66
View commit details
Copy full SHA for 27c7d66
Browse repository at this point
Commits on Jan 13, 2025
feat: all async/resume functionality is now feature-gated
WhaleKit
committed
450881e
View commit details
Copy full SHA for 450881e
Browse repository at this point
fix various issues
WhaleKit
committed
cf85b34
View commit details
Copy full SHA for cf85b34
Browse repository at this point
Commits on Aug 19, 2025
Revert "fix various issues"
Show description for 4cd03a0
WhaleKit
committed
4cd03a0
View commit details
Copy full SHA for 4cd03a0
Browse repository at this point
Revert "feat: all async/resume functionality is now feature-gated"
Show description for 9934060
WhaleKit
committed
9934060
View commit details
Copy full SHA for 9934060
Browse repository at this point
move host_coro_state out of the executor
WhaleKit
committed
0c83703
View commit details
Copy full SHA for 0c83703
Browse repository at this point
Commits on Sep 6, 2025
Merge branch 'next' into async, resolve conflicts
WhaleKit
committed
7c27b57
View commit details
Copy full SHA for 7c27b57
Browse repository at this point
Commits on Sep 7, 2025
Fix mistakes and clippy diagnostics
WhaleKit
committed
cf9b089
View commit details
Copy full SHA for cf9b089
Browse repository at this point
You can’t perform that action at this time.