Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/bench-api/src/
H A Dlib.rs331 to_exit_code(result.map(|_| ())) in wasm_bench_create()
353 to_exit_code(result) in wasm_bench_compile()
361 to_exit_code(result) in wasm_bench_instantiate()
369 to_exit_code(result) in wasm_bench_execute()
375 fn to_exit_code<T>(result: impl Into<Result<T>>) -> ExitCode { in to_exit_code() function