Skip to main content

Class TableSection

Table section in a WebAssembly module.

Assembly: WaaS.Core.dll
View Source
Declaration
public class TableSection : Section

Inheritance: System.Object -> WaaS.Models.Section

Properties

TableTypes

View Source
Declaration
public ReadOnlyMemory<TableType> TableTypes { get; }