@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user