Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/src/types/
H A Dglobal.rs21 content_cache: OnceCell<wasm_valtype_t>, field
50 content_cache: OnceCell::new(), in new()
73 gt.content_cache.get_or_init(|| wasm_valtype_t { in wasm_globaltype_content()