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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
WebAssembly
/
component-model
Public
Notifications
You must be signed in to change notification settings
Fork
126
Star
1.3k
Code
Issues
131
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
formalize component value definitions
- #336
#336
Merged
lukewagner
merged 24 commits into
WebAssembly:main
WebAssembly/component-model:main
from
rvolosatovs:feat/value-encoding
rvolosatovs/component-model:feat/value-encoding
Copy head branch name to clipboard
Jun 3, 2024
Conversation
Commits
24
(24)
Checks
Files changed
Merged
formalize component value definitions
#336
lukewagner
merged 24 commits into
WebAssembly:main
WebAssembly/component-model:main
from
rvolosatovs:feat/value-encoding
rvolosatovs/component-model:feat/value-encoding
Copy head branch name to clipboard
Commits
Commits on May 2, 2024
formalize component value definitions
Show description for 4400af7
rvolosatovs
committed
4400af7
View commit details
Copy full SHA for 4400af7
Browse repository at this point
special-case `s8` and `u8` in `Binary.md`
Show description for 42cb5fe
rvolosatovs
committed
42cb5fe
View commit details
Copy full SHA for 42cb5fe
Browse repository at this point
add `value` case to `instancedecl`
Show description for d2f1335
rvolosatovs
committed
d2f1335
View commit details
Copy full SHA for d2f1335
Browse repository at this point
introduce `f64canon` rule
Show description for 76cb955
rvolosatovs
committed
76cb955
View commit details
Copy full SHA for 76cb955
Browse repository at this point
Commits on May 7, 2024
record value byte length
Show description for b58579e
rvolosatovs
committed
b58579e
View commit details
Copy full SHA for b58579e
Browse repository at this point
Commits on May 8, 2024
represent byte length using `||v||` notation
Show description for dc2859f
rvolosatovs
committed
dc2859f
View commit details
Copy full SHA for dc2859f
Browse repository at this point
Commits on May 13, 2024
include type in scalar value definitions
Show description for 88e6d8f
rvolosatovs
committed
88e6d8f
View commit details
Copy full SHA for 88e6d8f
Browse repository at this point
Commits on May 20, 2024
encode flags as u8^N
Show description for 1747d40
rvolosatovs
committed
1747d40
View commit details
Copy full SHA for 1747d40
Browse repository at this point
sync text format with value binary encoding changes
Show description for d63fa29
rvolosatovs
committed
d63fa29
View commit details
Copy full SHA for d63fa29
Browse repository at this point
Commits on May 28, 2024
encode discriminants as LE uints
Show description for 3cd3dc8
rvolosatovs
committed
3cd3dc8
View commit details
Copy full SHA for 3cd3dc8
Browse repository at this point
Commits on May 29, 2024
revert: "encode discriminants as LE uints"
Show description for 0c9a3d4
rvolosatovs
committed
0c9a3d4
View commit details
Copy full SHA for 0c9a3d4
Browse repository at this point
ensure `char` it utf8-encoded
Show description for 54d551f
rvolosatovs
committed
54d551f
View commit details
Copy full SHA for 54d551f
Browse repository at this point
revert: "include type in scalar value definitions"
Show description for 5098ffc
rvolosatovs
committed
5098ffc
View commit details
Copy full SHA for 5098ffc
Browse repository at this point
allow `(binary <datastring>)` value definitions
Show description for 5a349e3
rvolosatovs
committed
5a349e3
View commit details
Copy full SHA for 5a349e3
Browse repository at this point
Commits on May 30, 2024
collapse text format scalar definition rules
Show description for 7c0c34f
rvolosatovs
committed
7c0c34f
View commit details
Copy full SHA for 7c0c34f
Browse repository at this point
remove `{u,s}8` rule references from the binary spec
Show description for c3f309b
rvolosatovs
committed
c3f309b
View commit details
Copy full SHA for c3f309b
Browse repository at this point
adapt flag rule definition to LE byte sequence
Show description for b8c31b0
rvolosatovs
committed
b8c31b0
View commit details
Copy full SHA for b8c31b0
Browse repository at this point
bind `N` in `value` rule
Show description for 82a66f8
rvolosatovs
committed
82a66f8
View commit details
Copy full SHA for 82a66f8
Browse repository at this point
document `(binary ...)` expression
Show description for 2c77edb
rvolosatovs
committed
2c77edb
View commit details
Copy full SHA for 2c77edb
Browse repository at this point
bind `v'` in `s8` rule
Show description for a56e792
rvolosatovs
committed
a56e792
View commit details
Copy full SHA for a56e792
Browse repository at this point
use uninterpreted integers in value definition text format
Show description for ba58e56
rvolosatovs
committed
ba58e56
View commit details
Copy full SHA for ba58e56
Browse repository at this point
refer to `stringchar`, not `char`
Show description for 6c8e7b4
rvolosatovs
committed
6c8e7b4
View commit details
Copy full SHA for 6c8e7b4
Browse repository at this point
reword `(binary ...)` doc section
Show description for c557391
rvolosatovs
committed
c557391
View commit details
Copy full SHA for c557391
Browse repository at this point
replace unsized `uN` by a `u32`
Show description for 043b923
rvolosatovs
committed
043b923
View commit details
Copy full SHA for 043b923
Browse repository at this point
You can’t perform that action at this time.