Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ExceptionTag
Class
ExceptionTag
cranelift/codegen/src/ir/entities.rs:335–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
334
#[cfg_attr(feature =
"enable-serde"
, derive(Serialize, Deserialize))]
335
pub struct ExceptionTag(u32);
336
entity_impl!(ExceptionTag,
"tag"
);
337
338
impl ExceptionTag {
Callers
1
numbered_entity
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected