diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 431b96b..d74c466 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@v4 - uses: WebAssembly/wit-abi-up-to-date@v22 with: - wit-bindgen: '0.33.0' + wit-bindgen: '0.36.0' diff --git a/imports.md b/imports.md index da344c7..8101d1e 100644 --- a/imports.md +++ b/imports.md @@ -2,13 +2,13 @@
wasi:io/error@0.2.2
wasi:io/poll@0.2.2
wasi:io/streams@0.2.2
wasi:io/error@0.2.3
wasi:io/poll@0.2.3
wasi:io/streams@0.2.3
resource error
A poll API intended to let users wait for I/O events on multiple handles at once.
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; diff --git a/wit/error.wit b/wit/error.wit index 717135f..97c6068 100644 --- a/wit/error.wit +++ b/wit/error.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.2; +package wasi:io@0.2.3; @since(version = 0.2.0) interface error { diff --git a/wit/poll.wit b/wit/poll.wit index 49c1c5e..9bcbe8e 100644 --- a/wit/poll.wit +++ b/wit/poll.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.2; +package wasi:io@0.2.3; /// 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 330f709..0de0846 100644 --- a/wit/streams.wit +++ b/wit/streams.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.2; +package wasi:io@0.2.3; /// 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 f7001cc..f1d2102 100644 --- a/wit/world.wit +++ b/wit/world.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.2; +package wasi:io@0.2.3; @since(version = 0.2.0) world imports {