Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Constant
Class
Constant
cranelift/codegen/src/ir/entities.rs:201–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
#[derive(Copy, Clone, PartialEq, Eq, Hash, Ord, PartialOrd)]
200
#[cfg_attr(feature =
"enable-serde"
, derive(Serialize, Deserialize))]
201
pub struct Constant(u32);
202
entity_impl!(Constant,
"const"
);
203
204
impl Constant {
Callers
11
from
Method · 0.70
harvest_candidate_lhs
Function · 0.50
test_simple_func
Function · 0.50
test_multi_return_func
Function · 0.50
from
Method · 0.50
test_simple_func
Function · 0.50
test_multi_return_func
Function · 0.50
test_simple_func
Function · 0.50
test_multi_return_func
Function · 0.50
test_simple_func
Function · 0.50
test_multi_return_func
Function · 0.50
Calls
no outgoing calls
Tested by
8
test_simple_func
Function · 0.40
test_multi_return_func
Function · 0.40
test_simple_func
Function · 0.40
test_multi_return_func
Function · 0.40
test_simple_func
Function · 0.40
test_multi_return_func
Function · 0.40
test_simple_func
Function · 0.40
test_multi_return_func
Function · 0.40