Home
last modified time | relevance | path

Searched refs:stream_transfer (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dcomponent.rs185 stream_transfer(vmctx: vmctx, src_idx: u32, src_table: u32, dst_table: u32) -> u64;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs946 fn stream_transfer( in stream_transfer() function
953 instance.stream_transfer( in stream_transfer()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs689 host::stream_transfer, in translate()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs4433 pub(crate) fn stream_transfer( in stream_transfer() method