proxy

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLoggingListenerFactory

func NewLoggingListenerFactory(writer logging.Writer, scopes logging.LogScopes) experimental.FunctionListenerFactory

NewLoggingListenerFactory is like logging.NewHostLoggingListenerFactory, except it skips logging proxying functions from NewModuleBinary.

func NewModuleBinary

func NewModuleBinary(moduleName string, proxyTarget wazero.CompiledModule) []byte

NewModuleBinary creates the proxy module to proxy a function call against all the exported functions in `proxyTarget`, and returns its encoded binary. The resulting module exports the proxy functions whose names are exactly the same as the proxy destination.

This is used to test host call implementations. If logging, use NewLoggingListenerFactory to avoid messages from the proxying module.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL