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

Function add_i64

tests/math/src/lib.rs:12–14  ·  view source on GitHub ↗
(a: i64, b: i64)

Source from the content-addressed store, hash-verified

10
11#[no_mangle]
12pub extern "C" fn add_i64(a: i64, b: i64) -> i64 {
13 a + b
14}
15
16#[no_mangle]
17pub extern "C" fn add_u64(a: u64, b: u64) -> u64 {

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…