Home
last modified time | relevance | path

Searched defs:table_instance (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/benches/
H A Dcall.rs951 let table_instance = Instance::new(&mut store, &table_module, &[]).unwrap(); in same_callee() localVariable
1024 let table_instance = Instance::new(&mut store, &table_module, &[]).unwrap(); in different_callees() localVariable