Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ f
Function
f
pulley/tests/all/interp.rs:77–79 ·
view source on GitHub ↗
(f: u8)
Source
from the content-addressed store, hash-verified
75
}
76
77
fn f(f: u8) -> FReg {
78
FReg::new(f).unwrap()
79
}
80
81
#[test]
82
fn xconst8() {
Callers
4
bitcast_int_from_float_32
Function · 0.70
bitcast_int_from_float_64
Function · 0.70
bitcast_float_from_int_32
Function · 0.70
bitcast_float_from_int_64
Function · 0.70
Calls
2
new
Function · 0.50
unwrap
Method · 0.45
Tested by
no test coverage detected