From 0c628441ad76ea9c8b5ee1cf7a1636281aa838ac Mon Sep 17 00:00:00 2001 From: Yosh Date: Thu, 3 Oct 2024 19:05:35 +0200 Subject: [PATCH] doc: change WASI Preview2 -> WASI 0.2 --- imports.md | 10 +++++----- wit/ip-name-lookup.wit | 2 +- wit/tcp.wit | 2 +- wit/udp.wit | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/imports.md b/imports.md index f494ad3..661c217 100644 --- a/imports.md +++ b/imports.md @@ -563,7 +563,7 @@ I.e. after setting a value, reading the same setting back may return a different

[method]udp-socket.subscribe: func

Create a pollable which will resolve once the socket is ready for I/O.

-

Note: this function is here for WASI Preview2 only. +

Note: this function is here for WASI 0.2 only. It's planned to be removed when future is natively supported in Preview3.

Params

[method]incoming-datagram-stream.subscribe: func

Create a pollable which will resolve once the stream is ready to receive again.

-

Note: this function is here for WASI Preview2 only. +

Note: this function is here for WASI 0.2 only. It's planned to be removed when future is natively supported in Preview3.

Params

[method]outgoing-datagram-stream.subscribe: func

Create a pollable which will resolve once the stream is ready to send again.

-

Note: this function is here for WASI Preview2 only. +

Note: this function is here for WASI 0.2 only. It's planned to be removed when future is natively supported in Preview3.

Params