MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / add_f32

Function add_f32

tests/math/src/lib.rs:22–24  ·  view source on GitHub ↗
(a: f32, b: f32)

Source from the content-addressed store, hash-verified

20
21#[no_mangle]
22pub extern "C" fn add_f32(a: f32, b: f32) -> f32 {
23 a + b
24}
25
26#[no_mangle]
27pub extern "C" fn add_f64(a: f64, b: f64) -> f64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…