Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/bench-api/src/
H A Dlib.rs168 pub stdout_path_ptr: *const u8, field
215 unsafe { std::slice::from_raw_parts(self.stdout_path_ptr, self.stdout_path_len) }; in stdout_path()