WebAssembly / component-model

Repository for design and specification of the Component Model
Other
945 stars 79 forks source link

enforce enum and variant types being non-empty #346

Closed rvolosatovs closed 5 months ago

rvolosatovs commented 5 months ago

Enforce enum and variant type definitions to be non-empty in Binary.md

refs https://github.com/WebAssembly/component-model/pull/336#discussion_r1573010660

This is similar to https://github.com/WebAssembly/component-model/pull/218