Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bluejekyll/wasmtime-java
/ add_i64
Method
add_i64
tests/math-wit/src/lib.rs:16–18 ·
view source on GitHub ↗
(a: i64, b: i64)
Source
from the content-addressed store, hash-verified
14
}
15
16
fn add_i64(a: i64, b: i64) -> i64 {
17
a + b
18
}
19
20
fn add_u64(a: u64, b: u64) -> u64 {
21
a + b
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected