Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProxyModuleBinary ¶
func GetProxyModuleBinary(moduleName string, proxyTarget wazero.CompiledModule) []byte
GetProxyModuleBinary 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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.