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
Many programming language toolchains may only support Preview 1 components natively, but this isn't a problem
76
75
in practice as Preview 1 components can be *adapted* into Preview 2 components automatically.
77
76
77
+
While somewhat confusing a WASI Preview 1 "component" is in fact a *WebAssembly core module*. More precisely, a
78
+
Preview 1 "component" is a WebAssembly core module with a well-defined set of imports and exports ([legacy specification][wasi-p1]).
79
+
78
80
## Q: What are component imports?
79
81
80
82
WebAssembly components are self-describing -- information about required external functionality (which must be provided by the platform or another component) is included in the binary.
@@ -135,3 +137,5 @@ Please contribute to the Component Book by filing your question (or one that you
0 commit comments