package
1.9.0
Repository: https://github.com/tetratelabs/wazero.git
Documentation: pkg.go.dev

# 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`.

# Interfaces

# Type aliases

LogScopes is a bit flag of host function groups to log.