WebAssembly / component-model

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

Update core type explainer text to match implementation #350

Closed lukewagner closed 4 months ago

lukewagner commented 5 months ago

I noticed a small discrepancy between the explainer text for how core type definitions work with what's in Binary.md and what's implemented. What's implemented is actually a bit nicer (symbolic identifiers work, which I just checked), so this PR (should) bring the Explainer up to date.

lukewagner commented 4 months ago

Ok, I updated the PR to relax the restrictions and match the forthcoming implementation. @alexcrichton @rossberg PTAL