Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ Run
Function
Run
tests/runtime/strings-simple/runner.go:8–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
)
7
8
func
Run() {
9
test.Foo(
"hello"
)
10
value := test.Bar()
11
if
value !=
"world"
{
12
panic(fmt.Sprintf(
"expected `world`; got `%v`"
, value))
13
}
14
}
Callers
nothing calls this directly
Calls
2
Foo
Method · 0.45
Bar
Method · 0.45
Tested by
no test coverage detected