Home
last modified time | relevance | path

Searched defs:FunctionBodyData (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs157 pub struct FunctionBodyData<'a> { struct
159 pub body: FunctionBody<'a>,
161 pub validator: FuncToValidate<ValidatorResources>,
/wasmtime-44.0.1/crates/winch/src/
H A Dcompiler.rs132 let FunctionBodyData { in compile_function() localVariable
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs318 let FunctionBodyData { validator, body } = input; in compile_function() localVariable