Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtable.rs111 pub enum StaticTable { enum
117 impl From<StaticFuncTable> for StaticTable { implementation
123 impl From<StaticGcRefTable> for StaticTable { implementation
129 impl From<StaticContTable> for StaticTable { implementation
215 Static(StaticTable),
221 impl From<StaticTable> for Table {
222 fn from(value: StaticTable) -> Self { in from()
229 let t: StaticTable = value.into(); in from()
236 let t: StaticTable = value.into(); in from()
243 let t: StaticTable = value.into(); in from()
[all …]