GlobalSection

GlobalSection

data class GlobalSection

Represents a global section from a binary-encoded WebAssembly module.

Fields

Name Description
val globals: List<Global>

Constructors

<init>

constructor(globals: List<Global>)

Represents a global section from a binary-encoded WebAssembly module.

Parameters

Name Description
globals: List<Global>