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

Function add_i32

tests/math/src/lib.rs:2–4  ·  view source on GitHub ↗
(a: i32, b: i32)

Source from the content-addressed store, hash-verified

1#[no_mangle]
2pub extern "C" fn add_i32(a: i32, b: i32) -> i32 {
3 a + b
4}
5
6#[no_mangle]
7pub extern "C" fn add_u32(a: u32, b: u32) -> u32 {

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…