From fef02cddb4ac28dcde97bf11a4c7b856833a948f Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 24 Jan 2024 10:44:26 -0800 Subject: [PATCH] set wasi:io package version to 0.2.0 --- wit/error.wit | 2 +- wit/poll.wit | 2 +- wit/streams.wit | 2 +- wit/world.wit | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wit/error.wit b/wit/error.wit index 31918ac..22e5b64 100644 --- a/wit/error.wit +++ b/wit/error.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.0-rc-2023-11-10; +package wasi:io@0.2.0; interface error { diff --git a/wit/poll.wit b/wit/poll.wit index 81b1cab..ddc67f8 100644 --- a/wit/poll.wit +++ b/wit/poll.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.0-rc-2023-11-10; +package wasi:io@0.2.0; /// A poll API intended to let users wait for I/O events on multiple handles /// at once. diff --git a/wit/streams.wit b/wit/streams.wit index 82e6e07..6d2f871 100644 --- a/wit/streams.wit +++ b/wit/streams.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.0-rc-2023-11-10; +package wasi:io@0.2.0; /// WASI I/O is an I/O abstraction API which is currently focused on providing /// stream types. diff --git a/wit/world.wit b/wit/world.wit index 8243da2..5f0b43f 100644 --- a/wit/world.wit +++ b/wit/world.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.0-rc-2023-11-10; +package wasi:io@0.2.0; world imports { import streams;