ExportSection

ExportSection

data class ExportSection

Represents an export section from a binary-encoded WebAssembly program.

Fields

Name Description
val exports: List<Export>

Constructors

<init>

constructor(exports: List<Export>)

Represents an export section from a binary-encoded WebAssembly program.

Parameters

Name Description
exports: List<Export>