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

Function add_u64

tests/math/src/lib.rs:17–19  ·  view source on GitHub ↗
(a: u64, b: u64)

Source from the content-addressed store, hash-verified

15
16#[no_mangle]
17pub extern "C" fn add_u64(a: u64, b: u64) -> u64 {
18 a + b
19}
20
21#[no_mangle]
22pub extern "C" fn add_f32(a: f32, b: f32) -> f32 {

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…