Skip to main content

Class CodeSection

Code section in a WebAssembly module.

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

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

Properties

Functions

View Source
Declaration
public ReadOnlyMemory<FunctionBody> Functions { get; }