Home
last modified time | relevance | path

Searched refs:ComponentAsync (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Dcomponent_async.rs7 use crate::generators::component_async::{ComponentAsync, FuzzAsyncPre, Scope};
205 pub fn run(mut input: ComponentAsync) { in run() argument
1236 use super::{ComponentAsync, Scope, init, run};
1260 run(ComponentAsync { in simple()
1353 run(ComponentAsync { in somewhat_larger()
1362 run(ComponentAsync { in simple_stream1()
1399 run(ComponentAsync { in simple_stream3()
1419 run(ComponentAsync { in simple_stream4()
1447 run(ComponentAsync { in zero_length_behavior()
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dcomponent_async.rs30 pub struct ComponentAsync { struct
94 impl Arbitrary<'_> for ComponentAsync { implementation
112 Ok(ComponentAsync { commands: ret }) in arbitrary()