WebAssembly / component-model

Repository for design and specification of the Component Model
Other
897 stars 75 forks source link

Improve descriptions and fix a few examples in Explainer.md #339

Closed lukewagner closed 2 months ago

lukewagner commented 2 months ago

This PR should be purely editorial, addressing feedback in #276. The only thing potentially interesting to folks is the 3 WAT example fixes in Explainer.md (all making the same mistake, which is binding the $identifier in the wrong place for exports in type context).

lukewagner commented 2 months ago

Update: I added 3 4 more commits (expanding documentation) based on further comments.