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

Function add_u32

tests/math/src/lib.rs:7–9  ·  view source on GitHub ↗
(a: u32, b: u32)

Source from the content-addressed store, hash-verified

5
6#[no_mangle]
7pub extern "C" fn add_u32(a: u32, b: u32) -> u32 {
8 a + b
9}
10
11#[no_mangle]
12pub extern "C" fn add_i64(a: i64, b: i64) -> i64 {

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…