Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bluejekyll/wasmtime-java
/ add_i32
Method
add_i32
tests/math-wit/src/lib.rs:8–10 ·
view source on GitHub ↗
(a: i32, b: i32)
Source
from the content-addressed store, hash-verified
6
7
impl MathExport for Math {
8
fn add_i32(a: i32, b: i32) -> i32 {
9
a + b
10
}
11
12
fn add_u32(a: u32, b: u32) -> u32 {
13
a + b
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected