Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wizer/src/
H A Dinfo.rs101 pub(crate) fn push_function(&mut self, func_type: u32) { in push_function() method
/wasmtime-44.0.1/crates/environ/src/
H A Dmodule.rs619 pub fn push_function(&mut self, signature: impl Into<EngineOrModuleTypeIndex>) -> FuncIndex { in push_function() method