Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs128 pub struct FuncEnvironment<'module_environment> {
129 compiler: &'module_environment Compiler,
130 isa: &'module_environment (dyn TargetIsa + 'module_environment),
132 pub(crate) module: &'module_environment Module,
133 types: &'module_environment ModuleTypesBuilder,
164 translation: &'module_environment ModuleTranslation<'module_environment>,
181 tunables: &'module_environment Tunables,
234 impl<'module_environment> FuncEnvironment<'module_environment> {
236 compiler: &'module_environment Compiler, in new()
237 translation: &'module_environment ModuleTranslation<'module_environment>, in new() argument
[all …]