Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/bench-api/src/
H A Dlib.rs148 pub type ExitCode = c_int; typedef
149 pub const OK: ExitCode = 0;
150 pub const ERR: ExitCode = -1;
272 ) -> ExitCode { in wasm_bench_create() argument
349 ) -> ExitCode { in wasm_bench_compile() argument
358 pub extern "C" fn wasm_bench_instantiate(state: *mut c_void) -> ExitCode { in wasm_bench_instantiate() argument
366 pub extern "C" fn wasm_bench_execute(state: *mut c_void) -> ExitCode { in wasm_bench_execute() argument
375 fn to_exit_code<T>(result: impl Into<Result<T>>) -> ExitCode { in to_exit_code() argument