Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote Custom Annotation Syntax to phase 2 #62

Merged
merged 2 commits into from Feb 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,13 +33,13 @@ Proposals follow [this process document](https://github.com/WebAssembly/meetings
| [Threads][threads] | Ben Smith |
| [ECMAScript module integration][ecmascript_module_integration] | Lin Clark & Daniel Ehrenberg |
| [Exception handling][exception_handling] | Heejin Ahn |
| [Custom Annotation Syntax in the Text Format][custom_annotation_syntax_in_the_text_format] | Andreas Rossberg |
| [Type Reflection for WebAssembly JavaScript API][type_reflection_for_webassembly_javascript_api] | Till Schneidereit |

### Phase 1 - Feature Proposal (CG)

| Proposal | Champion |
| ------------------------------------------------------------------------------------------------ | -------------------------------- |
| [Custom Annotation Syntax in the Text Format][custom_annotation_syntax_in_the_text_format] | Andreas Rossberg |
| [Type Imports][type-imports] | Andreas Rossberg |
| [Garbage collection][garbage_collection] | Andreas Rossberg |
| [Interface Types][interface_types] | Luke Wagner |
Expand Down