Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ PrettyVerifierError
Class
PrettyVerifierError
cranelift/codegen/src/print_errors.rs:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
struct PrettyVerifierError<
'a>(Box<dyn FuncWriter + '
a>, &'a mut Vec<VerifierError>);
45
46
impl<
'a> FuncWriter for PrettyVerifierError<'
a> {
47
fn write_block_header(
Callers
1
pretty_verifier_error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected