MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / I32Exit

Class I32Exit

crates/wasi/src/error.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8/// case it may signal a non-fatal trap.
9#[derive(Debug)]
10pub struct I32Exit(pub i32);
11
12impl fmt::Display for I32Exit {
13 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 2

proc_exitMethod · 0.70
run_command_componentMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected