Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ceilf
Function
ceilf
cranelift/filetests/src/function_runner.rs:716–718 ·
view source on GitHub ↗
(a: f32)
Source
from the content-addressed store, hash-verified
714
}
715
"ceilf"
=> {
716
extern
"C"
fn ceilf(a: f32) -> f32 {
717
a.ceil()
718
}
719
Some(ceilf as *const u8)
720
}
721
"trunc"
=> {
Callers
2
wasm_ceil
Method · 0.85
wasm_nearest
Method · 0.85
Calls
1
ceil
Method · 0.80
Tested by
no test coverage detected