rvolosatovs edited PR #11439.
rvolosatovs edited PR #11439:
Move tests from https://github.com/bytecodealliance/wasip3-prototyping and generate bindings, mostly to simplify future development and review iterations
rvolosatovs edited PR #11439:
Move tests from https://github.com/bytecodealliance/wasip3-prototyping and generate bindings to simplify future development and review iterations
rvolosatovs updated PR #11439.
rvolosatovs edited PR #11439:
Move tests from https://github.com/bytecodealliance/wasip3-prototyping and generate bindings to simplify future development and review iterations
refs https://github.com/bytecodealliance/wasip3-prototyping/issues/228
refs https://github.com/bytecodealliance/wasip3-prototyping/issues/109
rvolosatovs updated PR #11439.
alexcrichton created PR review comment:
Mind swapping the order here? (idiomatically closures come last in arguments)
alexcrichton created PR review comment:
You can avoid
unreachable!()here withmatch x {}by replacing the_above withx
alexcrichton submitted PR review:
Could the
#[ignore]annotations be changed to#[should_panic]or similar? I'm not sure that works with returning aResult<_>though... If not no worries.Otherwise this feels reasonable to me, land the scaffolding/tests here and slowly get them working one-by-one.
rvolosatovs updated PR #11439.
rvolosatovs commented on PR #11439:
Could the
#[ignore]annotations be changed to#[should_panic]or similar? I'm not sure that works with returning aResult<_>though... If not no worries.unfortunately, does not look like this will work:
error: functions using `#[should_panic]` must return `()` --> crates/wasi-http/tests/all/p3/incoming.rs:34:1 | 34 | #[test_log::test(tokio::test)]
rvolosatovs has marked PR #11439 as ready for review.
rvolosatovs requested wasmtime-wasi-reviewers for a review on PR #11439.
rvolosatovs requested alexcrichton for a review on PR #11439.
rvolosatovs requested wasmtime-core-reviewers for a review on PR #11439.
rvolosatovs requested wasmtime-default-reviewers for a review on PR #11439.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
I think this may need to be done
self.conntimes? (or thread that through here perhaps)
rvolosatovs updated PR #11439.
rvolosatovs has enabled auto merge for PR #11439.
rvolosatovs merged PR #11439.
rvolosatovs assigned rvolosatovs to PR #11439.
Last updated: Dec 06 2025 at 06:05 UTC