Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime-go
/ externList
Struct
externList
instance.go:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
type
externList
struct
{
59
vec C.wasm_extern_vec_t
60
}
61
62
// Exports returns a list of exports from this instance.
63
//
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected