Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs1731 struct Call<'a, 'func, 'module_env> {
1733 env: &'a mut FuncEnvironment<'module_env>,
1750 impl<'a, 'func, 'module_env> Call<'a, 'func, 'module_env> {
1754 env: &'a mut FuncEnvironment<'module_env>, in new() argument
1768 env: &'a mut FuncEnvironment<'module_env>, in new_tail() argument