Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtypes.rs4 use crate::runtime::externals::Table as RuntimeTable;
3167 pub fn default_value(&self, store: impl AsContextMut) -> Result<RuntimeTable> { in default_value() argument
3174 RuntimeTable::new(store, self.clone(), init_val) in default_value()