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