Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dcomponent_model.rs194 make_echo_component_with_params( in make_echo_component()
207 fn make_echo_component_with_params(type_definition: &str, params: &[Param]) -> String { in make_echo_component_with_params() function
/wasmtime-44.0.1/tests/all/component_model/
H A Ddynamic.rs3 use super::{Param, Type, make_echo_component, make_echo_component_with_params};
38 let component = Component::new(&engine, make_echo_component_with_params(ty, &[param]))?; in primitives()
50 make_echo_component_with_params("float64", &[Param(Type::F64, Some(0))]), in primitives()
483 make_echo_component_with_params( in records()
596 make_echo_component_with_params( in variants()
617 make_echo_component_with_params( in variants()
674 make_echo_component_with_params( in variants()
720 make_echo_component_with_params( in flags()
751 make_echo_component_with_params( in everything()