# Packages
No description provided by the author
# Functions
DefaultRuntime implements options.newRuntime.
GuestConfig is the configuration used to instantiate the guest.
Logger sets the logger used by the guest when it calls "log".
ModuleConfig is the configuration used to instantiate the guest.
No description provided by the author
Runtime provides the wazero.Runtime and defaults to wazero.NewRuntime.
# Interfaces
Middleware implements the http-wasm handler ABI.
# Type aliases
NewRuntime returns a new wazero runtime which is called when creating a new middleware instance, which also closes it.
Option is configuration for NewMiddleware.