# Functions
NewHostLoggingListenerFactory is an experimental.FunctionListenerFactory that logs exported and host functions to the writer.
NewLoggingListenerFactory is an experimental.FunctionListenerFactory that logs all functions that have a name to the writer.
# Constants
LogScopeAll means all functions should be logged.
LogScopeClock enables logging for functions such as `clock_time_get`.
LogScopeFilesystem enables logging for functions such as `path_open`.
LogScopeMemory enables logging for functions such as `emscripten_notify_memory_growth`.
LogScopeNone means nothing should be logged.
LogScopePoll enables logging for functions such as `poll_oneoff`.
LogScopeProc enables logging for functions such as `proc_exit`.
LogScopeRandom enables logging for functions such as `random_get`.
LogScopeSock enables logging for functions such as `sock_accept`.
# Type aliases
LogScopes is a bit flag of host function groups to log.