Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs96 realloc_func_type: Arc<FuncType>, field
452 let realloc_func_type = Arc::new(FuncType::new( in from_parts() localVariable