Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ add
Method
add
tests/runtime/resources/leaf.rs:29–31 ·
view source on GitHub ↗
(y: Y, a: i32)
Source
from the content-addressed store, hash-verified
27
}
28
29
fn add(y: Y, a: i32) -> Y {
30
Y::new(MyY::new(y.get::<MyY>().0.get() + a))
31
}
32
}
Callers
11
emit_custom_section
Method · 0.45
drop
Method · 0.45
start
Method · 0.45
ptr_results
Method · 0.45
new
Method · 0.45
abi_ptr_and_len
Method · 0.45
advance
Method · 0.45
take_vec
Method · 0.45
in_progress_update
Method · 0.45
finish
Method · 0.45
object
Function · 0.45
Calls
2
new
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected