Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
10
pub struct I32Exit(pub i32);
11
12
impl fmt::Display for I32Exit {
13
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
2
proc_exit
Method · 0.70
run_command_component
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected