Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs507 table_count: usize, field
764 table_count: 0, in try_new()
1653 bump(&mut self.table_count, self.table_limit, tables, "table")?; in bump_resource_counts()