Skip to content

Commit

Permalink
deps: update submodules (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Mar 1, 2024
1 parent 153502f commit d28833e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file modified lib/wasi_snapshot_preview1.command.wasm
Binary file not shown.
Binary file modified lib/wasi_snapshot_preview1.reactor.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion submodules/wasmtime
Submodule wasmtime updated 1340 files
2 changes: 1 addition & 1 deletion submodules/wit-bindgen
Submodule wit-bindgen updated 105 files
5 changes: 3 additions & 2 deletions test/fixtures/wit/deps/io/poll.wit
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ interface poll {
/// The result `list<u32>` contains one or more indices of handles in the
/// argument list that is ready for I/O.
///
/// If the list contains more elements than can be indexed with a `u32`
/// value, this function traps.
/// This function traps if either:
/// - the list is empty, or:
/// - the list contains more elements than can be indexed with a `u32` value.
///
/// A timeout can be implemented by adding a pollable from the
/// wasi-clocks API to the list.
Expand Down

0 comments on commit d28833e

Please sign in to comment.