MCPcopy Create free account
hub / github.com/dispatchrun/wazergo / Name

Method Name

module.go:22–22  ·  view source on GitHub ↗

Returns the name of the host module (e.g. "wasi_snapshot_preview1").

()

Source from the content-addressed store, hash-verified

20type HostModule[T Module] interface {
21 // Returns the name of the host module (e.g. "wasi_snapshot_preview1").
22 Name() string
23 // Returns the collection of functions exported by the host module.
24 // The method may return the same value across multiple calls to this
25 // method, the program is expected to treat it as a read-only value.

Callers 5

BuildFunction · 0.65
InstantiateMethod · 0.65
DecorateFunction · 0.65
NameMethod · 0.65
formatUnsupportedFunction · 0.65

Implementers 1

pluginfunction_test.go

Calls

no outgoing calls

Tested by

no test coverage detected