Removes spurious any

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2022-10-28 08:30:43 -07:00
parent be33572289
commit 1ac6c06acb

View File

@@ -255,7 +255,7 @@ type FunctionDefinition interface {
// binary, e.g. via wazero.HostModuleBuilder
//
// The expected results are nil, GoFunction or GoModuleFunction.
GoFunction() any
GoFunction() interface{}
// ParamTypes are the possibly empty sequence of value types accepted by a
// function with this signature.