Skip to main content

Class TypeSection

Type section of a WebAssembly module.

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

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

Properties

FuncTypes

View Source
Declaration
public ReadOnlyMemory<FunctionType> FuncTypes { get; }