TypeSection

TypeSection

data class TypeSection

Represents a type section in a binary-encoded WASM module.

Fields

Name Description
val functionTypes: List<FunctionType>

Constructors

<init>

constructor(functionTypes: List<FunctionType>)

Represents a type section in a binary-encoded WASM module.

Parameters

Name Description
functionTypes: List<FunctionType>