Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/compile/
H A Dcode_builder.rs806 pub struct HashedEngineCompileEnv<'a>(pub &'a Engine); struct
808 impl std::hash::Hash for HashedEngineCompileEnv<'_> { implementation
H A Druntime.rs33 crate::compile::HashedEngineCompileEnv(self.engine), in compile_cached()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dengine.rs861 crate::compile::HashedEngineCompileEnv(self) in precompile_compatibility_hash()
H A Dcompile.rs43 pub use self::code_builder::{CodeBuilder, CodeHint, HashedEngineCompileEnv};