Searched defs:ExitCode (Results 1 – 1 of 1) sorted by relevance
148 pub type ExitCode = c_int; typedef272 ) -> ExitCode { in wasm_bench_create()349 ) -> ExitCode { in wasm_bench_compile()358 pub extern "C" fn wasm_bench_instantiate(state: *mut c_void) -> ExitCode { in wasm_bench_instantiate()366 pub extern "C" fn wasm_bench_execute(state: *mut c_void) -> ExitCode { in wasm_bench_execute()375 fn to_exit_code<T>(result: impl Into<Result<T>>) -> ExitCode { in to_exit_code()