FuncType
zio.wasm.FuncType
final case class FuncType(input: ResultType, output: ResultType) extends Section[CoreIndexSpace]
Function types classify the signature of functions, mapping a vector of parameters to a vector of results. They are also used to classify the inputs and outputs of instructions.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Section[CoreIndexSpace]class Objecttrait Matchableclass Any
Members list
In this article