Stream: git-wasmtime

Topic: wasmtime / PR #11549 Make `ReaddirIterator` public


view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2025 at 08:18):

Timmmm opened PR #11549 from Timmmm:make_readdiriterator_public to bytecodealliance:main:

This is required because it is used in the generated wasmtime_wasi::p2::bindings::async_io::wasi::filesystem::types::HostDescriptor trait for read_directory(). Since the type is currently private, third parties can't implement custom versions of that trait even if they don't actually use the ReaddirIterator from wasmtime.

See #8963

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2025 at 08:18):

Timmmm requested wasmtime-wasi-reviewers for a review on PR #11549.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2025 at 09:12):

rvolosatovs submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2025 at 09:52):

rvolosatovs merged PR #11549.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2025 at 10:33):

Timmmm commented on PR #11549:

Thanks for the quick merge!


Last updated: Jan 10 2026 at 20:04 UTC