Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/src/types/
H A Dtable.rs17 limits_cache: OnceCell<wasm_limits_t>, field
47 limits_cache: OnceCell::new(), in new()
76 tt.limits_cache.get_or_init(|| wasm_limits_t { in wasm_tabletype_limits()
H A Dmemory.rs17 limits_cache: OnceCell<wasm_limits_t>, field
46 limits_cache: OnceCell::new(), in new()
62 mt.limits_cache.get_or_init(|| wasm_limits_t { in wasm_memorytype_limits()