Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/bench-api/src/
H A Dlib.rs241 fn execution_flags(&self) -> Result<CommonOptions> { in execution_flags() method
245 let execution_flags = unsafe { in execution_flags() localVariable
248 std::str::from_utf8(execution_flags) in execution_flags()
278 let options = config.execution_flags()?; in wasm_bench_create()