Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/
H A Drun-souper.sh47 local exit_code="$?"
50 case "$exit_code" in
/wasmtime-44.0.1/tests/
H A Dwasi.rs190 exit_code: _, in run_test()
280 exit_code: Option<i32>, field
287 self.exit_code.unwrap_or(0) == other.status.code().unwrap() in eq()