CodeSection data class CodeSection Represents a code section from a binary-encoded WebAssembly module. Fields Name Description val code: List<Func> Constructors <init> constructor(code: List<Func>) Represents a code section from a binary-encoded WebAssembly module. Parameters Name Description code: List<Func>
Represents a code section from a binary-encoded WebAssembly module.