Home
last modified time | relevance | path

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

/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcomponent_api.rs13 oracles::component_api::dynamic_component_api_target(input) in target()
/wasmtime-44.0.1/fuzz/
H A DCargo.toml91 name = "component_api"
92 path = "fuzz_targets/component_api.rs"
H A Dbuild.rs125 … let test = quote!(#index => component_api::static_api_test::<(#rust_params), (#rust_results)>( in write_static_api_tests()
154 use wasmtime_fuzzing::oracles::component_api; in write_static_api_tests()
/wasmtime-44.0.1/crates/fuzzing/src/
H A Doracles.rs13 pub mod component_api; module