diff --git a/imports.md b/imports.md
index a64a3d0..8a884a3 100644
--- a/imports.md
+++ b/imports.md
@@ -2,13 +2,13 @@
-Import interface wasi:io/error@0.2.7
+Import interface wasi:io/error@0.2.8
Types
resource error
@@ -41,7 +41,7 @@ hazard.
-Import interface wasi:io/poll@0.2.7
+Import interface wasi:io/poll@0.2.8
A poll API intended to let users wait for I/O events on multiple handles
at once.
@@ -94,7 +94,7 @@ being ready for I/O.
-Import interface wasi:io/streams@0.2.7
+Import interface wasi:io/streams@0.2.8
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;
@@ -104,10 +104,10 @@ when it does, they are expected to subsume this API.
type error
error
-#### `type pollable`
-[`pollable`](#pollable)
+
type pollable
+pollable
-#### `variant stream-error`
+
variant stream-error
An error for input-stream and output-stream operations.
Variant Cases
diff --git a/wit/error.wit b/wit/error.wit
index acab3a8..dd5a1af 100644
--- a/wit/error.wit
+++ b/wit/error.wit
@@ -1,4 +1,4 @@
-package wasi:io@0.2.7;
+package wasi:io@0.2.8;
@since(version = 0.2.0)
interface error {
diff --git a/wit/poll.wit b/wit/poll.wit
index a525164..833b381 100644
--- a/wit/poll.wit
+++ b/wit/poll.wit
@@ -1,4 +1,4 @@
-package wasi:io@0.2.7;
+package wasi:io@0.2.8;
/// 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 7ae29a3..fbb0268 100644
--- a/wit/streams.wit
+++ b/wit/streams.wit
@@ -1,4 +1,4 @@
-package wasi:io@0.2.7;
+package wasi:io@0.2.8;
/// 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 73b1a6d..1cc3fce 100644
--- a/wit/world.wit
+++ b/wit/world.wit
@@ -1,4 +1,4 @@
-package wasi:io@0.2.7;
+package wasi:io@0.2.8;
@since(version = 0.2.0)
world imports {