Returns the name of the host module (e.g. "wasi_snapshot_preview1").
()
| 20 | type 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. |
no outgoing calls
no test coverage detected