FunctionSection

FunctionSection

data class FunctionSection

Represents the function section of a binary-encoded WebAssembly module.

Fields

Name Description
val functionTypes: List<Index<Type>>

Constructors

<init>

constructor(functionTypes: List<Index<Type>>)

Represents the function section of a binary-encoded WebAssembly module.

Parameters

Name Description
functionTypes: List<Index<Type>>