Searched refs:precompile_component (Results 1 – 6 of 6) sorted by relevance
68 …[`wasmtime::Engine::precompile_component`](https://docs.rs/wasmtime/latest/wasmtime/struct.Engine.…
196 let wasi_component = engine.precompile_component(&wasi_component)?; in main()
24 assert_eq!(component, engine.precompile_component(b"(component)")?); in bare_bones()
109 engine.precompile_component( in make_component()
709 pub fn precompile_component(&self, bytes: &[u8]) -> Result<Vec<u8>> { in precompile_component() method
594 self.engine().precompile_component(bytes) in run_wast()