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 }}
bytecodealliance
/
wasmtime-dotnet
Public
Notifications
You must be signed in to change notification settings
Fork
68
Star
516
Code
Issues
15
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat(components): WASI 0.2 host bindings + Roslyn source generator
- #360
#360
Closed
kitsunoff
wants to merge 26 commits into
bytecodealliance:main
bytecodealliance/wasmtime-dotnet:main
from
kitsunoff:component-model
kitsunoff/wasmtime-dotnet:component-model
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Closed
feat(components): WASI 0.2 host bindings + Roslyn source generator
#360
kitsunoff
wants to merge 26 commits into
bytecodealliance:main
bytecodealliance/wasmtime-dotnet:main
from
kitsunoff:component-model
kitsunoff/wasmtime-dotnet:component-model
Copy head branch name to clipboard
Commits
Commits on May 2, 2026
feat(components): introduce Component class for component model loading
Show description for 519b858
3 people
committed
519b858
View commit details
Copy full SHA for 519b858
Browse repository at this point
feat(components): add ComponentLinker and instantiation support
Show description for 512e4d1
kitsunoff
and
claude
committed
512e4d1
View commit details
Copy full SHA for 512e4d1
Browse repository at this point
feat(components): add primitive ComponentValue, ComponentFunction, function lookup
Show description for d0e529b
kitsunoff
and
claude
committed
d0e529b
View commit details
Copy full SHA for d0e529b
Browse repository at this point
test(components): cover ComponentValue layout and basic Component/Linker P/Invoke
Show description for ee2b929
kitsunoff
and
claude
committed
ee2b929
View commit details
Copy full SHA for ee2b929
Browse repository at this point
test(components): end-to-end add(u32, u32) -> u32 component invocation
Show description for b243806
kitsunoff
and
claude
committed
b243806
View commit details
Copy full SHA for b243806
Browse repository at this point
feat(components): add String marshalling and full composite-type union layout
Show description for 22fc4a8
kitsunoff
and
claude
committed
22fc4a8
View commit details
Copy full SHA for 22fc4a8
Browse repository at this point
feat(components): add Enum and Flags marshalling
Show description for 2b09853
kitsunoff
and
claude
committed
2b09853
View commit details
Copy full SHA for 2b09853
Browse repository at this point
feat(components): add List and Tuple marshalling
Show description for 300451a
kitsunoff
and
claude
committed
300451a
View commit details
Copy full SHA for 300451a
Browse repository at this point
feat(components): add Record marshalling
Show description for d55adc0
kitsunoff
and
claude
committed
d55adc0
View commit details
Copy full SHA for d55adc0
Browse repository at this point
feat(components): add Variant, Option, and Result marshalling
Show description for cb670c9
kitsunoff
and
claude
committed
cb670c9
View commit details
Copy full SHA for cb670c9
Browse repository at this point
fix(components): correct WasmtimeComponentFunc layout to 24 bytes
Show description for cf74ac0
kitsunoff
and
claude
committed
cf74ac0
View commit details
Copy full SHA for cf74ac0
Browse repository at this point
test(components): cargo-component fixture exercising every WASI 0.2 composite
Show description for ed2c0f2
kitsunoff
and
claude
committed
ed2c0f2
View commit details
Copy full SHA for ed2c0f2
Browse repository at this point
feat(components): host-defined imports via ComponentLinkerInstance.DefineFunc
Show description for e6a4d3a
kitsunoff
and
claude
committed
e6a4d3a
View commit details
Copy full SHA for e6a4d3a
Browse repository at this point
feat(components): Roslyn source generator skeleton + [ComponentBindings] attribute
Show description for 77aed29
kitsunoff
and
claude
committed
77aed29
View commit details
Copy full SHA for 77aed29
Browse repository at this point
feat(components): WIT parsing via wasm-tools JSON IR
Show description for 430db53
kitsunoff
and
claude
committed
430db53
View commit details
Copy full SHA for 430db53
Browse repository at this point
feat(components): emit C# types from WIT IR (record / enum / flags / variant)
Show description for fd8902a
kitsunoff
and
claude
committed
fd8902a
View commit details
Copy full SHA for fd8902a
Browse repository at this point
feat(components): emit C# call wrappers for primitive-signature exports
Show description for bafab6e
kitsunoff
and
claude
committed
bafab6e
View commit details
Copy full SHA for bafab6e
Browse repository at this point
feat(components): generate lift/lower for every composite signature
Show description for b7bc83e
kitsunoff
and
claude
committed
b7bc83e
View commit details
Copy full SHA for b7bc83e
Browse repository at this point
test(components): record round-trip through generated bindings
Show description for 21abc8e
kitsunoff
and
claude
committed
21abc8e
View commit details
Copy full SHA for 21abc8e
Browse repository at this point
feat(components): rebuild fixture as a .NET component via componentize-dotnet
Show description for 26fc6bd
kitsunoff
and
claude
committed
26fc6bd
View commit details
Copy full SHA for 26fc6bd
Browse repository at this point
docs(components): README section, docs/component-model.md, regenerate.sh
Show description for 0869856
kitsunoff
and
claude
committed
0869856
View commit details
Copy full SHA for 0869856
Browse repository at this point
Commits on May 3, 2026
fix(components): emit Option<T> for nested option<option<T>>
Show description for 652307a
kitsunoff
and
claude
committed
652307a
View commit details
Copy full SHA for 652307a
Browse repository at this point
docs(components): track open branch-review follow-ups
Show description for c842cd4
kitsunoff
and
claude
committed
c842cd4
View commit details
Copy full SHA for c842cd4
Browse repository at this point
fix(components): zero ownsHeap-byte in wasmtime-written ComponentValue slots
Show description for 76bc458
kitsunoff
and
claude
committed
76bc458
View commit details
Copy full SHA for 76bc458
Browse repository at this point
refactor(components): extract ClearManagedOwnership helper
Show description for 579d7ac
kitsunoff
committed
579d7ac
View commit details
Copy full SHA for 579d7ac
Browse repository at this point
fix(components): attach WASI 0.2 context to store via WasiP2Configuration
Show description for 5c791a6
kitsunoff
committed
5c791a6
View commit details
Copy full SHA for 5c791a6
Browse repository at this point
You can’t perform that action at this time.