Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Dfunc_ref.rs42 pub struct FuncRefTable { struct
47 impl FuncRefTable { implementation
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dgc.rs50 pub func_ref_table: FuncRefTable,
69 let func_ref_table = FuncRefTable::default(); in new()