Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs399 pub fn index_runtime_func_table( in index_runtime_func_table() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3268 .index_runtime_func_table(registry, start_func_table_idx, start_func_idx as u64)? in thread_new_indirect()