wasmer_wasix::runners

Function body_from_stream

Source
pub fn body_from_stream<S>(s: S) -> Body
where S: Stream<Item = Result<Frame<Bytes>, Error>> + Send + Sync + 'static,
Available on crate features webc_runner_rt_wcgi or webc_runner_rt_dproxy only.