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
The "Why the Component Model" section answers the question of why the component model exists from first principles (i.e., what direct problems of only having wasm modules does the component model solve?). This is a great resource, but it misses a some of the higher level features that the component model provides. For example, the component model offers the ability to compose components together without those components themselves having any knowledge of this composition.
Before the current explanation of why the component model exists, we should enumerate the feature set that the component model has that WebAssembly modules do not have.