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

Method add_u32

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

Source from the content-addressed store, hash-verified

10 }
11
12 fn add_u32(a: u32, b: u32) -> u32 {
13 a + b
14 }
15
16 fn add_i64(a: i64, b: i64) -> i64 {
17 a + b

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected