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
Copy file name to clipboardExpand all lines: component-model/src/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ This section introduces the core concepts and [rationale](./design/why-component
66
66
67
67
[WASI 0.2.0 was released](https://github.com/WebAssembly/WASI/pull/577) Jan 25, 2024, providing a stable release of WASI and the component model.
68
68
This [is a stable set of WIT definitions](https://github.com/WebAssembly/WASI/tree/main/wasip2) that components can target. WASI proposals will
69
-
continue to evolve and new ones will be introduced; however, users of the component model can now pin to the stable 0.2.0 release.
69
+
continue to evolve and new ones will be introduced; however, users of the component model can now pin to any stable release >= 0.2.0. See WASI.dev to stay up to date on the latest releases.
0 commit comments