Returns the collection of functions exported by the host module. The method may return the same value across multiple calls to this method, the program is expected to treat it as a read-only value.
()
| 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. |
| 26 | Functions() Functions[T] |
| 27 | // Creates a new instance of the host module type, using the list of options |
| 28 | // passed as arguments to configure it. This method is intended to be called |
| 29 | // automatically when instantiating a module via an instantiation context. |