fitzgen opened PR #12682 from fitzgen:module-imports-proper-iterator to bytecodealliance:main:
Depends on https://github.com/bytecodealliance/wasmtime/pull/12681
fitzgen requested alexcrichton for a review on PR #12682.
fitzgen requested wasmtime-compiler-reviewers for a review on PR #12682.
fitzgen requested wasmtime-core-reviewers for a review on PR #12682.
alexcrichton submitted PR review:
I think we can probably skip the manual impl here, removing
.collect().into_iter()works for me locally, so while this may have been required historically I think it's just an artifact that can be removed now?
fitzgen commented on PR #12682:
I think we can probably skip the manual impl here, removing
.collect().into_iter()works for me locally, so while this may have been required historically I think it's just an artifact that can be removed now?Oh nice, I should have checked that first, heh
fitzgen updated PR #12682.
alexcrichton submitted PR review.
fitzgen updated PR #12682.
fitzgen has enabled auto merge for PR #12682.
fitzgen added PR #12682 Do not allocate for wasmtime::Module::imports iterator to the merge queue.
fitzgen merged PR #12682.
fitzgen removed PR #12682 Do not allocate for wasmtime::Module::imports iterator from the merge queue.
Last updated: Mar 23 2026 at 16:19 UTC