TypeSection
data class TypeSection
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>
|
Represents a type section in a binary-encoded WASM module.