From 324be895965666805cb1c622ed4f071b9e3cbd65 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 24 Jan 2024 10:45:31 -0800 Subject: [PATCH] generate markdown --- imports.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/imports.md b/imports.md index 0d295cc..1ae5b12 100644 --- a/imports.md +++ b/imports.md @@ -2,13 +2,13 @@ -

Import interface wasi:io/error@0.2.0-rc-2023-11-10

+

Import interface wasi:io/error@0.2.0


Types

resource error

@@ -43,7 +43,7 @@ hazard.

-

Import interface wasi:io/poll@0.2.0-rc-2023-11-10

+

Import interface wasi:io/poll@0.2.0

A poll API intended to let users wait for I/O events on multiple handles at once.


@@ -93,7 +93,7 @@ being reaedy for I/O.

-

Import interface wasi:io/streams@0.2.0-rc-2023-11-10

+

Import interface wasi:io/streams@0.2.0

WASI I/O is an I/O abstraction API which is currently focused on providing stream types.

In the future, the component model is expected to add built-in stream types;