Skip to content

Commit 29ec8e0

Browse files
authored
Document that "WASI Preview 2" corresponds to “WASI 0.2” and “WASIp2”. (#580)
Document that WASI Preview 2 corresponds to “WASI 0.2” and version numbers `0.2.x` in the official Wit files and import identifiers. And document that “WASIp2” is also a name in common use.
1 parent 94d531a commit 29ec8e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

preview2/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ when WASI has fully rebased on the [Wit IDL] and the [component model]
77
type system and semantics, making it modular, fully virtualizable, and
88
accessible to a wide variety of source languages.
99

10+
WASI Preview 2 is also known as “WASI 0.2”, and corresponds to versions
11+
numbered `0.2.x` in Wit packages and related identifiers. It is also known as
12+
“WASIp2”, where the “p” stands for either “preview” or “point”.
13+
1014
[Wit IDL]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md
1115
[component model]: https://github.com/WebAssembly/component-model
1216

0 commit comments

Comments
 (0)