Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ Add
Function
Add
tests/runtime/resources/resources.go:11–13 ·
view source on GitHub ↗
(a *Z, b *Z)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
Add(a *Z, b *Z) *Z {
12
return
MakeZ(a.a + b.a)
13
}
14
15
func
Consume(x *X) {
16
x.Drop()
Callers
1
TestImports
Method · 0.85
Calls
1
MakeZ
Function · 0.85
Tested by
1
TestImports
Method · 0.68