Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ x
Function
x
pulley/tests/all/interp.rs:73–75 ·
view source on GitHub ↗
(x: u8)
Source
from the content-addressed store, hash-verified
71
}
72
73
fn x(x: u8) -> XReg {
74
XReg::new(x).unwrap()
75
}
76
77
fn f(f: u8) -> FReg {
78
FReg::new(f).unwrap()
Callers
15
xconst8
Function · 0.70
xconst16
Function · 0.70
xconst32
Function · 0.70
xconst64
Function · 0.70
xadd32
Function · 0.70
xadd64
Function · 0.70
xeq64
Function · 0.70
xneq64
Function · 0.70
xslt64
Function · 0.70
xslteq64
Function · 0.70
xult64
Function · 0.70
xulteq64
Function · 0.70
Calls
2
new
Function · 0.50
unwrap
Method · 0.45
Tested by
no test coverage detected