Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/bench-api/src/
H A Dlib.rs177 pub stdin_path_ptr: *const u8, field
230 if self.stdin_path_ptr.is_null() { in stdin_path()
235 unsafe { std::slice::from_raw_parts(self.stdin_path_ptr, self.stdin_path_len) }; in stdin_path()