Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/bench-api/src/
H A Dlib.rs200 pub execution_flags_ptr: *const u8, field
242 let flags = if self.execution_flags_ptr.is_null() { in execution_flags()
246 std::slice::from_raw_parts(self.execution_flags_ptr, self.execution_flags_len) in execution_flags()