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
Maybe clarify how all of these are related and overlap a part of the Component model in the text on the WebAssembly Component Model page.
The concepts listed here are clear on that page, but do they fit together and overlap as part of the Component model? Just a sentence or two would so with diagrams.
--Physically, a component is a specially-formatted WebAssembly file. Internally, the component could include multiple traditional ("core") WebAssembly modules, and sub-components, composed via their imports and exports.
--A package is a set of one or more WIT (Wasm Interface Type) files containing a related set of interfaces and worlds.
--WIT is an IDL (interface definition language) for the Component Model.
--The WebAssembly System Interface (WASI) defines a number of packages, including one named wasi:clocks.
The text was updated successfully, but these errors were encountered:
Hey @kate-goldenring is this still relevant? Did the clarifications pointed out in #64 ever get merged in any form, or does that PR need to be updated?
Maybe clarify how all of these are related and overlap a part of the Component model in the text on the WebAssembly Component Model page.
The concepts listed here are clear on that page, but do they fit together and overlap as part of the Component model? Just a sentence or two would so with diagrams.
--Physically, a component is a specially-formatted WebAssembly file. Internally, the component could include multiple traditional ("core") WebAssembly modules, and sub-components, composed via their imports and exports.
--A package is a set of one or more WIT (Wasm Interface Type) files containing a related set of interfaces and worlds.
--WIT is an IDL (interface definition language) for the Component Model.
--The WebAssembly System Interface (WASI) defines a number of packages, including one named wasi:clocks.
The text was updated successfully, but these errors were encountered: