Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ from
Method
from
cranelift/codegen/src/ir/progpoint.rs:32–34 ·
view source on GitHub ↗
(inst: Inst)
Source
from the content-addressed store, hash-verified
30
31
impl From<Inst> for ProgramPoint {
32
fn from(inst: Inst) -> Self {
33
Self::Inst(inst)
34
}
35
}
36
37
impl From<Block> for ProgramPoint {
Callers
nothing calls this directly
Calls
2
Inst
Class · 0.70
Block
Class · 0.70
Tested by
no test coverage detected