Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Block
Class
Block
cranelift/codegen/src/ir/entities.rs:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
37
#[cfg_attr(feature =
"enable-serde"
, derive(Serialize, Deserialize))]
38
pub struct Block(u32);
39
entity_impl!(Block,
"block"
);
40
41
impl Block {
Callers
2
from
Method · 0.70
from
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected