Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dvmcontext.rs57 pub struct VMArrayCallFunction(VMFunctionBody);
68 pub struct VMWasmCallFunction(VMFunctionBody);
128 pub struct VMFunctionBody(u8); struct
131 unsafe impl VmSafe for VMFunctionBody {} implementation
135 use super::VMFunctionBody;
140 assert_eq!(size_of::<VMFunctionBody>(), 1); in check_vmfunction_body_offsets()
H A Dcomponent.rs16 use crate::runtime::vm::vmcontext::VMFunctionBody;
202 pub struct VMLoweringFunction(VMFunctionBody);