Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dvmcontext.rs128 pub struct VMFunctionBody(u8); struct
131 unsafe impl VmSafe for VMFunctionBody {} implementation