Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ args
Method
args
cranelift/interpreter/src/instruction.rs:31–33 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
29
}
30
31
fn args(&self) -> &[Value] {
32
self.1.inst_args(self.0)
33
}
34
35
fn type_of(&self, v: Value) -> Option<Type> {
36
Some(self.1.value_type(v))
Callers
1
step
Function · 0.45
Calls
1
inst_args
Method · 0.80
Tested by
no test coverage detected