Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/src/types/
H A Dfunc.rs86 params_cache: OnceCell<wasm_valtype_vec_t>, field
130 params_cache: OnceCell::new(), in new()
138 params_cache: OnceCell::new(), in lazy()
170 ft.params_cache.get_or_init(|| { in wasm_functype_params()